i’ve problem is because this code;
“/* Add js defer */
add_filter( ‘clean_url’, function( $url )
{
if ( FALSE === strpos( $url, ‘.js’ ) )
{ // not our file
return $url;
}
// Must be a ‘, not “!
return “$url’ defer=’defer”;
}, 11, 1 );”
i deleted to this code to success working. The file source in function.php.
Thank u for be helping.