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