GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
class-gravityview-theme-hooks-generatepress.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Add GeneratePress Theme compatibility to GravityView
4  *
5  * @file class-gravityview-theme-hooks-generatepress.php
6  * @since 1.15.2
7  * @license GPL2+
8  * @author GravityView <[email protected]>
9  * @link http://gravityview.co
10  * @copyright Copyright 2015, Katz Web Services, Inc.
11  *
12  * @package GravityView
13  */
14 
15 /**
16  * @inheritDoc
17  * @since 1.15.2
18  */
20 
21  /**
22  * @inheritDoc
23  * @since 1.15.2
24  */
25  protected $constant_name = 'GENERATE_VERSION';
26 
27  /**
28  * @inheritDoc
29  * @since 1.15.2
30  */
31  protected $content_meta_keys = array(
32  '_generate-sidebar-layout-meta',
33  '_generate-footer-widget-meta',
34  );
35 }
36 
Abstract class that makes it easy for plugins and themes to register no-conflict scripts and styles...