GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
class-gravityview-plugin-hooks-leco-client-portal.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Add support for embedding Views inside Client Portal by Laura Elizabeth modules
4  *
5  * @file class-gravityview-plugin-hooks-leco-client-portal.php
6  * @package GravityView
7  * @license GPL2+
8  * @author GravityView <[email protected]>
9  * @link http://gravityview.co
10  * @copyright Copyright 2018, Katz Web Services, Inc.
11  *
12  * @since 2.1
13  */
14 
15 /**
16  * @inheritDoc
17  * @since 2.1
18  */
20 
21  /**
22  * @inheritDoc
23  * @since 2.1
24  */
25  protected $class_name = 'LECO_Client_Portal';
26 
27  /**
28  * Define the keys to be parsed by the `gravityview/view_collection/from_post/meta_keys` hook
29  * @see View_Collection::from_post
30  * @since 2.0
31  * @type array
32  */
33  protected $content_meta_keys = array(
34  'leco_cp_cta',
35  'leco_cp_part_0_module',
36  'leco_cp_part_1_module',
37  'leco_cp_part_2_module',
38  'leco_cp_part_3_module',
39  'leco_cp_part_4_module',
40  'leco_cp_part_5_module',
41  'leco_cp_part_6_module',
42  'leco_cp_part_7_module',
43  'leco_cp_part_8_module',
44  'leco_cp_part_9_module',
45  'leco_cp_part_10_module',
46  );
47 
48 }
49 
$content_meta_keys
Define the keys to be parsed by the gravityview/view_collection/from_post/meta_keys hook...
Abstract class that makes it easy for plugins and themes to register no-conflict scripts and styles...