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