woocommerce_email_format_string, str_replace( $find, $replace, $string
woocommerce_email_format_string, str_replace( $find, $replace, $string
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_email_format_string, str_replace( $find, $replace, $string') is found 1 times:
- /includes/emails/class-wc-email.php line 410
* Filter for main find/replace. * * @since 3.2.0 */ return apply_filters( 'woocommerce_email_format_string', str_replace( $find, $replace, $string ), $this ); } /** * Set the locale to the store locale for customer emails to make sure emails are in the store language. */ public function setup_locale() {