woocommerce_email_editor_site_theme
woocommerce_email_editor_site_theme
Appears in: woocommerce.10.6.1
Hook Type: filter
Displaying hooks found in version: woocommerce.10.6.1apply_filters('woocommerce_email_editor_site_theme') is found 1 times:
- /packages/email-editor/src/Engine/class-site-style-sync-controller.php line 162
* @since 2.3.0 * * @param WP_Theme_JSON $site_theme The site theme data. */ $this->site_theme = apply_filters( 'woocommerce_email_editor_site_theme', $this->site_theme ); if ( isset( $this->site_theme->get_raw_data()['styles'] ) ) { $this->site_theme = WP_Theme_JSON::resolve_variables( $this->site_theme ); } } return $this->site_theme;