Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('mhcookie_get_template', function($html, $template){
- if ($template == 'banner'){
- $html = str_replace('<div class="mhcookie-title">', '<img src="..."><div class="mhcookie-title">', $html);
- }
- return $html;
- }, 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement