We have scripts that require to be run when WP Core updates. We noticed the file:
/usr/local/cpanel/3rdparty/wp-toolkit/plib/vendor/wp-cli/wp-cli.yml
Has:
skip-plugins: true
skip-themes: true
We want skip-plugins to be turned into "False" for all hosting accounts on the server. However, when editing wp-cli.yml , the file gets overwritten overnight. is there a way to permanently overwrite the skip-plugins for all hosting accounts? or should we CHMOD wp-cli.yml to prevent it from being updated?
Any suggestions or alternatives to ensure WP-Toolkit calls the plugins as it updates. Thanks
/usr/local/cpanel/3rdparty/wp-toolkit/plib/vendor/wp-cli/wp-cli.yml
Has:
skip-plugins: true
skip-themes: true
We want skip-plugins to be turned into "False" for all hosting accounts on the server. However, when editing wp-cli.yml , the file gets overwritten overnight. is there a way to permanently overwrite the skip-plugins for all hosting accounts? or should we CHMOD wp-cli.yml to prevent it from being updated?
Any suggestions or alternatives to ensure WP-Toolkit calls the plugins as it updates. Thanks