GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
includes
plugin-and-theme-hooks
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
*/
19
class
GravityView_Theme_Hooks_Elementor
extends
GravityView_Plugin_and_Theme_Hooks
{
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
31
new
GravityView_Theme_Hooks_Elementor
;
GravityView_Theme_Hooks_Elementor\$content_meta_keys
$content_meta_keys
Definition:
class-gravityview-plugin-hooks-elementor.php:27
GravityView_Theme_Hooks_Elementor
new GravityView_Theme_Hooks_Elementor
Definition:
class-gravityview-plugin-hooks-elementor.php:31
GravityView_Theme_Hooks_Elementor
Definition:
class-gravityview-plugin-hooks-elementor.php:19
GravityView_Plugin_and_Theme_Hooks
Abstract class that makes it easy for plugins and themes to register no-conflict scripts and styles...
Definition:
abstract-gravityview-plugin-and-theme-hooks.php:22
GravityView_Theme_Hooks_Elementor\$constant_name
$constant_name
Definition:
class-gravityview-plugin-hooks-elementor.php:25