mailpoet_email_editor_theme_json

mailpoet_email_editor_theme_json

Appears in:
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('mailpoet_email_editor_theme_json') is found 1 times:

  • /packages/email-editor/src/Engine/class-theme-controller.php line 73
    		$theme = new WP_Theme_JSON();
    		$theme->merge( $this->core_theme );
    		$theme->merge( $this->base_theme );
    
    		return apply_filters( 'mailpoet_email_editor_theme_json', $theme );
    	}
    
    	/**
    	 * Replace preset variables with their values.
    	 *
    	 * @param array $values Styles array.
    

See this hook used in plugins: