Captcha Hiding Menu Item
-
BWS Captcha was loading its menu item over a custom menu item generated by my theme. I fixed it by patching this line:
add_menu_page( ‘BWS Plugins’, ‘BWS Plugins’, ‘manage_options’, ‘bws_plugins’, ‘bws_add_menu_render’, WP_CONTENT_URL.”/plugins/captcha/images/px.png”, 1001);
to this:
add_menu_page( ‘BWS Plugins’, ‘BWS Plugins’, ‘manage_options’, ‘bws_plugins’, ‘bws_add_menu_render’, WP_CONTENT_URL.”/plugins/captcha/images/px.png”, 900);
- The topic ‘Captcha Hiding Menu Item’ is closed to new replies.