GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
class-gravityview-plugin-hooks-code-snippets.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Add Code Snippet customizations
4  *
5  * @file class-gravityview-plugin-hooks-code-snippets.php
6  * @package GravityView
7  * @license GPL2+
8  * @author GravityView <[email protected]>
9  * @link http://gravityview.co
10  * @copyright Copyright 2021, Katz Web Services, Inc.
11  *
12  * @since 2.13.2
13  */
14 
15 /**
16  * @inheritDoc
17  * @since 2.13.2
18  */
20 
21  /**
22  * @since 2.13.2
23  */
24  protected $constant_name = 'CODE_SNIPPETS_FILE';
25 
26  /**
27  * @since 2.13.2
28  * @var array
29  */
30  protected $style_handles = array( 'menu-icon-snippets' );
31 
32 }
33 
Abstract class that makes it easy for plugins and themes to register no-conflict scripts and styles...