mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-27 11:12:20 +08:00
https://www.wpbeginner.com/wp-tutorials/how-to-disable-automatic-updates-in-wordpress/ https://codex.wordpress.org/Configuring_Automatic_Background_Updates#Constant_to_Configure_Core_Updates
1 line
40 B
Text
1 line
40 B
Text
define( 'WP_AUTO_UPDATE_CORE', false );
|