Hello,
Thank you very much!
The settings page still shows the error for me.
Should I keep this code in functions.php?
add_filter( 'webpc_htaccess_mod_rewrite', function( $rules, $path ) {
return '';
}, 10, 2 );
add_filter( 'webpc_htaccess_mod_mime', function( $rules ) {
return '';
} );
add_filter( 'webpc_htaccess_rules', function( $rules, $path ) {
return '';
}, 10, 2 );
Or should I remove it? When I keep these code it, the .htaccess files get cleared and images served are jpg. If I delete these code, the error in plugin page goes away, but images served are still jpg.