Bug in Firewall
-
When I use the next code in my theme / functions.php,
FireWall Status change from green to grey. I cant Save other Status, and Rules list desappears. Im waiting for solution, because really I need to use this code.// Deferring parsing of JavaScript function defer_parsing_of_js ( $url ) { if ( FALSE === strpos( $url, '.js' ) ) return $url; if ( strpos( $url, 'jquery.js' ) ) return $url; return "$url' defer "; } add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug in Firewall’ is closed to new replies.