v4.2.004

  • iMember360 now recognizes a new constant, “HIDE_API_SETTINGS”, which can be set in wp-config.php. If the plugin finds that the constant has been set, it will prevent hide the “API Settings” menu item and prevent access to the settings page.
     
    This can be helpful to prevent accidental changes to your API key as well as keeping it out of view if you have 3rd parties working on your site.
     
    To activate this option, add the following line of code to your wp-config.php file:

    define('HIDE_API_SETTINGS', true);

Scroll to Top