-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
pluginThis is an idea for a plugin. Anyone interested in making it?This is an idea for a plugin. Anyone interested in making it?
Description
Scenario : you don't want YOURLS to check for version updates (ie stop YOURLS from polling api.yourls.org to see if a new release is available)
Answer : this simple plugin
<?php
/*
Plugin Name: No Version Check
Plugin URI: https://github.com/YOURLS/YOURLS/issues/2851
Description: Stop YOURLS from checking if a new release is available
Version: 1.0
Author: Ozh
Author URI: https://ozh.org/
*/
// No direct call
if( !defined( 'YOURLS_ABSPATH' ) ) die();
yourls_add_filter('shunt_maybe_check_core_version', 'yourls_return_false');Metadata
Metadata
Assignees
Labels
pluginThis is an idea for a plugin. Anyone interested in making it?This is an idea for a plugin. Anyone interested in making it?