Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('mhcookie_get_template', function($html, $template){
- if ($template == 'preferences-toggle'){
- // return your own HTML
- }
- return $html;
- },10,2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement