Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter(
- 'show_admin_bar',
- function () {
- if ( current_user_can( 'edit_post' ) || current_user_can( 'edit_themes' ) ) {
- return true;
- } else {
- return false;
- }
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement