Viewing 1 replies (of 1 total)
  • Plugin Support weblizar_support

    (@weblizar_support)

    Hello gianlucal,

    We can remove the update available message, but it is not advisable.

    I am giving you the code here. Please copy and paste the following code in the init.php file.

    function filter_plugin_updates( $value ) {
    if( isset( $value ) && is_object( $value ) ) {
    unset( $value->response[‘admin-custom-login/admin-custom-login.php’] );
    }
    return $value;
    }
    add_filter( ‘site_transient_update_plugins’, ‘filter_plugin_updates’ );

    You can paste the code after line no 150.

    But, if you are not familiar with programming then, please tell me the version you are using or update the plugin with the latest version and we will provide you the updated init.php file, which stops showing plugin plugins update message.

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Adminbar’ is closed to new replies.