: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Themify Compatibility Code
* @link http://www.learndash.com/
class Themify_Compat_learndash {
add_action( 'template_redirect', array( __CLASS__, 'template_redirect' ) );
* Fix video display in Focus Mode
public static function template_redirect() {
if ( is_singular( 'sfwd-lessons' ) ) {
remove_filter( 'wp_video_shortcode_library', array( 'Themify_Enqueue_Assets', 'media_shortcode_library' ), 10 );