woocommerce_email_settings

woocommerce_email_settings

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_email_settings') is found 1 times:

  • /includes/admin/settings/class-wc-settings-emails.php line 221
    					'id'   => 'email_merchant_notes',
    				),
    			);
    
    		return apply_filters( 'woocommerce_email_settings', $settings );
    	}
    
    	/**
    	 * Output the settings.
    	 */
    	public function output() {