How to Enable Automatically Core Updates via Config File in WordPress | Background Update

Опубликовано: 15 Октябрь 2024
на канале: WebTask With Hassan
34
1

In this wordpress tutorial for beginners you will learn how to set auto core updates using wp-config.php file using custom code in wordpress. So after adding code minor and major update will done auto.

Add this code in config file:

define( 'WP_AUTO_UPDATE_CORE', true );

#update #autoupdate #coreupdate #config #wordpress #wordpresstutorial #webtaskwithhassan #hassangilani