Wordpress LScache Plugin: Is it possible to remove js file loading from all pages except one ?
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hi reCAPTCHA js is loading in all site , is it possible to make it load only in one certain page ? you can use filter like this function remove_broken_style( $content ) return str_replace( .content opacity:0 , , $content ) add_filter( litespeed_buffer_after, remove_broken_style, 0) to replace the recpatcha js link to empty and return the $content to plugin before it sends to user.
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference