Code-Snippets-Functions/Execute a function on a child site/WordPress/disable-themes-auto-updates.txt
Bogdan Rapaić 63ed7f0ed4
Fixed: typo
2020-09-04 15:09:38 +02:00

1 line
65 B
Text

add_filter( 'wp_themes_auto_update_enabled', '__return_false' );