From 725407ac62833b349ef8d9a376d1225b5d40e375 Mon Sep 17 00:00:00 2001 From: arunshenoy99 Date: Tue, 16 Jan 2024 00:27:45 +0530 Subject: [PATCH] Update function name --- includes/WP_Admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WP_Admin.php b/includes/WP_Admin.php index 0ec789e1d..d702af322 100644 --- a/includes/WP_Admin.php +++ b/includes/WP_Admin.php @@ -33,7 +33,7 @@ public function __construct() { \add_action( 'load-dashboard_page_' . self::$slug, array( __CLASS__, 'initialize' ) ); if ( 'sitegen' === Data::current_flow() ) { \add_action( 'load-themes.php', array( __CLASS__, 'mark_sitegen_generated_themes' ) ); - SiteGenService::filter_wonder_blocks_transients(); + SiteGenService::pre_set_filter_wonder_blocks_transients(); } }