PATH:
home
/
fengshp
/
www
/
wp-content
/
themes
/
themify-ultra
/
themify
/
plugin-compat
<?php /** * Themify Compatibility Code * * @package Themify */ /** * LearnDash LMS * @link http://www.learndash.com/ */ class Themify_Compat_learndash { static function init() { add_action( 'template_redirect', array( __CLASS__, 'template_redirect' ) ); } /** * Fix video display in Focus Mode * * @access public */ public static function template_redirect() { if ( is_singular( 'sfwd-lessons' ) ) { remove_filter( 'wp_video_shortcode_library', array( 'Themify_Enqueue_Assets', 'media_shortcode_library' ), 10 ); } } }
[+]
..
[-] 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]