How to hide “+New” at top bar from members.
- 
		Hello guys, How do I hide “+New” button,located at top bar, from members? I only want administrators getting access to add new postings, media, etc. I want something like this (I’m not a coder): if ( ! is_user_logged_in() ) { 
 add_filter( ‘show_new’, ‘__return_false’ );
 }Thank You! 
- You must be logged in to reply to this topic.