PATH:
home
/
fengshp
/
www
/
wp-content
/
themes
/
themify-ultra
/
themify
/
plugin-compat
<?php /** * Themify Compatibility Code * * @package Themify */ /** * Tutor LMS * @link https://wordpress.org/plugins/tutor/ */ class Themify_Compat_tutorlms { static function init() { add_filter( 'template_redirect', array( __CLASS__, 'template_redirect' ) ); } public static function template_redirect() { if ( is_singular( [ 'lesson', 'courses' ] ) ) { add_filter( 'themify_enable_lazyload', '__return_false' ); } } }
[+]
..
[-] 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]