noscript tag
-
Hello
i tried to use this codeadd_filter( 'autoptimize_filter_imgopt_lazyload_cssoutput', 'nonoscript_lazyload'); function nonoscript_lazyload($in) { return str_replace( '<noscript><style>.lazyload{display:none;}</style></noscript>', '', $in ); }to hide noscripts tag but it is not working
Can u help me to hide all the noscript tags which generated from the plugin?The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘noscript tag’ is closed to new replies.