woocommerce_email_settings

woocommerce_email_settings

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

apply_filters('woocommerce_email_settings') is found 1 times:

  • /includes/admin/settings/class-wc-settings-emails.php line 335
     
    		// Remove empty elements that depend on the email_improvements feature flag.
    		$settings = array_filter( $settings );
    
    		return apply_filters( 'woocommerce_email_settings', $settings );
    	}
    
    	/**
    	 * Get custom fonts for emails.
    	 */
    	public function get_custom_fonts() {