woocommerce_email_setup_locale

woocommerce_email_setup_locale

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_email_setup_locale') is found 1 times:

  • /includes/emails/class-wc-email.php line 346
    		 * @param WC_Email $this 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.