Skip to content

Commit

Permalink
Update function name
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed Jan 15, 2024
1 parent 4edc4aa commit 725407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/WP_Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

Expand Down

0 comments on commit 725407a

Please sign in to comment.