mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://developer.wordpress.org/reference/functions/show_admin_bar/ https://digwp.com/2011/04/admin-bar-tricks/
1 line
50 B
Text
1 line
50 B
Text
add_filter( 'show_admin_bar', '__return_false' );
|