Remove [All in One SEO Pack] HTML Comments
-
Hi,
So far, to remove HTML Comments of AIO SEO plugin, I used this code below :
if (defined('AIOSEOP_VERSION')) { add_action('get_header', function() { ob_start( function($o) { return preg_replace('/\n?<.*?One SEO Pack.*?>/mi','',$o); } ); }); add_action('wp_head', function() { ob_end_flush(); }, 999); }
But it doesn’t seem to work anymore with version 4 of AIO SEO PACK.
Got an idea how to resolve this ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Remove [All in One SEO Pack] HTML Comments’ is closed to new replies.