Fix File
•
/
home
/
sportsfe...
/
public_h...
/
clone
/
wp-conte...
/
plugins
/
themify-...
/
themify
/
plugin-c...
•
File:
tutorlms.php
•
Content:
<?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' ); } } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List