Force banner to show for debugging
-
Hi, I want to debug the css and JS while being connected as admin user. How can i force the banner to show ? (for example an argument in the url…)
add_filter( 'cmplz_site_needs_cookiewarning', 'cmplz_force_banner' ); function cmplz_force_banner($required){ return true; }
I tried the above code, but not working.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Force banner to show for debugging’ is closed to new replies.