1 2 3 4 | //hide admin bar if ( !current_user_can( 'manage_options' ) ) { add_filter('show_admin_bar', '__return_false'); } |
原文链接:https://xiaohost.com/2759.html,转载请注明出处。
1 2 3 4 | //hide admin bar if ( !current_user_can( 'manage_options' ) ) { add_filter('show_admin_bar', '__return_false'); } |
评论0