GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
class-gravityview-theme-hooks-wicked-folders.php
Go to the documentation of this file.
1 <?php
2 /**
3  * Add Wicked Folders compatibility to GravityView
4  *
5  * @file class-gravityview-theme-hooks-generatepress.php
6  * @package GravityView
7  * @license GPL2+
8  * @author GravityView <[email protected]>
9  * @link http://gravityview.co
10  * @copyright Copyright 2020, Katz Web Services, Inc.
11  */
12 
13 /**
14  * @inheritDoc
15  */
17 
18  protected $class_name = 'Wicked_Folders';
19 
20  protected $style_handles = array(
21  'wicked-folders-admin'
22  );
23 
24  protected $script_handles = array(
25  'wicked-folders-admin',
26  'wicked-folders-app',
27  );
28 }
29 
Abstract class that makes it easy for plugins and themes to register no-conflict scripts and styles...