PATH:
home
/
fengshp
/
www
/
wp-content
/
themes
/
themify-ultra
/
themify
/
plugin-compat
<?php /** * Themify Compatibility Code * * @package Themify */ /** * Customer Reviews for WooCommerce * @link https://wordpress.org/plugins/customer-reviews-woocommerce/ */ class Themify_Compat_wcCustomerReviews { static function init() { add_action( 'wp_enqueue_scripts', [ __CLASS__, 'wp_enqueue_scripts' ], 1000 ); } static function wp_enqueue_scripts() { wp_enqueue_script('photoswipe'); wp_enqueue_script('photoswipe-ui-default'); wp_enqueue_style('photoswipe'); wp_enqueue_style('photoswipe-default-skin'); } }
[+]
..
[-] woocommerce.php
[edit]
[-] wpviews.php
[edit]
[-] beaver.php
[edit]
[-] lecoClientPortal.php
[edit]
[-] cartflows.php
[edit]
[-] tutorlms.php
[edit]
[-] wcCustomerReviews.php
[edit]
[-] wpml.php
[edit]
[-] sensei.php
[edit]
[-] webstories.php
[edit]
[-] learndash.php
[edit]
[-] wpmlstrings.php
[edit]