Advertisement
swte

Untitled

Dec 4th, 2018
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_action('init', function(){
  2.     ob_start(function($buffer){
  3.         return str_replace('<style="font-size:24px;"></i>', '', $buffer);
  4.     });
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement