Change WordPress user roles and capabilities › Forums › Bug Reports › customize.php block This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago by Vladimir. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts 15/03/2016 at 17:26 #2134 [email protected]Participant In the admin menu I have Appearance > Customize blocked. which works… however if the user is logged in a viewing the site they can click the customize option n the top editing bar and still access the page. Any thoughts? 15/03/2016 at 17:43 #2135 [email protected]Participant Never mind. I added this code to my child theme which removed it from the admin bar. add_action( ‘admin_bar_menu’, ‘remove_customize’, 999 ); function remove_customize( $wp_admin_bar ) { $wp_admin_bar->remove_node( ‘customize’ ); } 16/03/2016 at 01:38 #2136 VladimirKeymaster Thanks for the information. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In