Support

Account

Home Forums Feature Requests Disable Update Notifications Reply To: Disable Update Notifications

  • here’s what i’m using just now rhcarlosweb

    function my_filter_plugin_updates( $value ) {
        unset( $value->response['/inc/options/fields/acf.php'] );
        return $value;
    }
    add_filter( 'site_transient_update_plugins', 'my_filter_plugin_updates' );