GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
class-gravityview-theme-hooks-rcp.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Register RCP scripts and styles to GravityView no-conflict list
4  *
5  * @file class-gravityview-theme-hooks-rcp.php
6  * @package GravityView
7  * @license GPL2+
8  * @author GravityView <[email protected]>
9  * @link https://gravityview.co
10  * @copyright Copyright 2017, Katz Web Services, Inc.
11  *
12  * @since 1.21.5
13  */
14 
15 /**
16  * @inheritDoc
17  */
19 
20  /**
21  * @inheritDoc
22  * @since 1.21.5
23  */
24  protected $script_handles = array(
25  'rcp-admin-scripts',
26  'bbq',
27  );
28 
29  /**
30  * @inheritDoc
31  * @since 1.21.5
32  */
33  protected $constant_name = 'RCP_PLUGIN_VERSION';
34 
35 }
36 
Abstract class that makes it easy for plugins and themes to register no-conflict scripts and styles...