Problem with WordPress updates
-
I build my own themes from scratch, host all of my websites and have them all auto update using the following code:
add_filter('auto_update_core', '__return_true'); add_filter('auto_update_plugin', '__return_true'); add_filter('auto_update_theme', '__return_true'); add_filter('auto_core_update_send_email', '__return_false');
I noticed WordPress themes like “Twenty Twenty” are automatically added to my installs and even on sites that I do no auto update, which is something I do not want. Is it possible to prevent this?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Problem with WordPress updates’ is closed to new replies.