Advertisement
swte

Untitled

Nov 16th, 2024
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. add_filter('mhcookie_get_template', function($html, $template){
  2.     if ($template == 'banner'){
  3.         $html = str_replace('<div class="mhcookie-title">', '<img src="..."><div class="mhcookie-title">', $html);
  4.     }
  5.     return $html;
  6. }, 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement