We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd6a78 commit f654f6fCopy full SHA for f654f6f
lib/compat/wordpress-6.2/get-global-styles-and-settings.php
@@ -211,4 +211,4 @@ function _gutenberg_clean_theme_json_caches() {
211
function _gutenberg_add_non_persistent_theme_json_cache_group() {
212
wp_cache_add_non_persistent_groups( 'theme_json' );
213
}
214
-add_action( 'init', '_gutenberg_add_non_persistent_theme_json_cache_group' );
+add_action( 'plugins_loaded', '_gutenberg_add_non_persistent_theme_json_cache_group' );
0 commit comments