woocommerce_email_format_string_find

woocommerce_email_format_string_find

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_email_format_string_find') is found 1 times:

  • /includes/emails/class-wc-email.php line 320
    				$legacy_find[ $legacy_key ]    = $find;
    				$legacy_replace[ $legacy_key ] = $replace;
    			}
    
    			$string = str_replace( apply_filters( 'woocommerce_email_format_string_find', $legacy_find, $this ), apply_filters( 'woocommerce_email_format_string_replace', $legacy_replace, $this ), $string );
    		}
    
    		/**
    		 * Filter for main find/replace.
    		 *
    		 * @since 3.2.0