[Plugin: W3 Total Cache] Admin bar still cached to public
-
Just wanted to inform you all, the admin bar is still being cached and displayed to the public. I’ve used this code as a temporary workaround:
// REMOVE FRONT-END ADMIN BAR (wp 3.1+) // https://codex.www.ads-software.com/Function_Reference/show_admin_bar if (function_exists('show_admin_bar')) { show_admin_bar( false ); }
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: W3 Total Cache] Admin bar still cached to public’ is closed to new replies.