woocommerce_email_format_string_find, $legacy_find, $this

woocommerce_email_format_string_find, $legacy_find, $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_email_format_string_find, $legacy_find, $this') is found 1 times:

  • /includes/emails/class-wc-email.php line 402
    				$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