Redux framework notices
-
I often use this excellent plugin on testing sites and get these notices after activating the plugin:

I think you need to finish some loose ends in setting up the integration with Redux, I don’t think these messages are intended to be shown in the end product.Just a minor issue, but since I think this is an awesome plugin I wanted to give you this heads up 🙂 (especially since some people have complained about this, thinking Redux is some sort of adware).
Additionally, you can remove the redux framework menu (Tools > Redux Framework) with a simple action in your main plugin. For example in
WPML_Plugin.phpinaddActionsAndFilters:add_action( 'admin_menu', array(&$this, 'removeReduxMenu'), 99 );adding the function:
public function removeReduxMenu() { remove_submenu_page( 'tools.php', 'redux-about' ); }5 star review on the way!
Ewout
The topic ‘Redux framework notices’ is closed to new replies.