Wordpress plugins
Menu Item Visibility Control

Menu Item Visibility Control

Version : 0.3.5
Tested up to : 4.7.6
Number of download : 79070
Average rating : 4 / 5 on 53 votes 53 votes, 4 avg.rating

Screenshots

Menu Item Visibility Control
Menu Item Visibility Control
Menu Item Visibility Control
Menu Item Visibility Control

Using this plugin you can use WordPress Conditional Tags to enable or disable menu items on the front-end. It works like ‘Widget Logic’ but for menu items. Usage You must insert conditional tags in the “Visibility” box in the menu item options form. You can use any PHP or WordPress functions to build crazy conditions and logics for menu items. For example, to hide the menu item on homepage you can set the visibility to: ! is_home() To hide the menu item to logged in users: ! is_user_logged_in() To show the menu item only to users with “administrator” role: in_array(‘administrator’, $GLOBALS[‘current_user’]->roles)

Download now