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.php
inaddActionsAndFilters
: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
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Redux framework notices’ is closed to new replies.