disable core updates, hide notifications, enable automatic plugin updates

This commit is contained in:
Moritz
2023-06-01 16:59:09 +02:00
parent df821f5017
commit 55f00a482a
2 changed files with 14 additions and 8 deletions
+3
View File
@@ -18,6 +18,9 @@ core_install(){
wp "language core install $LOCALE"
wp "site switch-language $LOCALE"
wp "rewrite structure '/%year%/%monthnum%/%day%/%postname%/'"
wp "plugin install --activate disable-update-notifications"
wp 'option update dwcun_setting on'
wp 'plugin auto-updates enable --all'
}
set_authentik(){