Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: YITH premium plugin activation #21295
    James christopher
    Participant

    You can also remove the License Activation menu by finding the following code and commenting it out in (yit-plugin-licence.php):

    $this->_settings = array(
    ‘parent_page’ => ‘yith_plugin_panel’,
    ‘page_title’ => __( ‘License Activation’, ‘yith-plugin-fw’ ),
    ‘menu_title’ => __( ‘License Activation’, ‘yith-plugin-fw’ ),
    ‘capability’ => ‘manage_options’,
    ‘page’ => ‘yith_plugins_activation’,
    );

    change to:

    // $this->_settings = array(
    // ‘parent_page’ => ‘yith_plugin_panel’,
    // ‘page_title’ => __( ‘License Activation’, ‘yith-plugin-fw’ ),
    // ‘menu_title’ => __( ‘License Activation’, ‘yith-plugin-fw’ ),
    // ‘capability’ => ‘manage_options’,
    // ‘page’ => ‘yith_plugins_activation’,
    // );

Viewing 1 post (of 1 total)