woocommerce_email_setup_locale, true

woocommerce_email_setup_locale, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_email_setup_locale, true') is found 1 times:

  • /includes/emails/class-wc-email.php line 428
    		 * @param WC_Email $email The WC_Email object.
    		 */
    		$switch_email_locale = apply_filters( 'woocommerce_allow_switching_email_locale', true, $this );
    
    		if ( $switch_email_locale && $this->is_customer_email() && apply_filters( 'woocommerce_email_setup_locale', true ) ) {
    			wc_switch_to_site_locale();
    		}
    	}
    
    	/**
    	 * Restore the locale to the default locale. Use after finished with setup_locale.