Disable automatic theme updates in WordPress 5.5 which will be released in August 2020.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'wp_themes_auto_update_enabled', '__return_false' );
Disable automatic theme updates in WordPress 5.5 which will be released in August 2020.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'wp_themes_auto_update_enabled', '__return_false' );
Existing constants have been removed but there should be a filter to disable in the UI.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.