woocommerce_email_content_no_stock, $message, $product

woocommerce_email_content_no_stock, $message, $product

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_email_content_no_stock, $message, $product') is found 1 times:

  • /includes/class-wc-emails.php line 1157
    			* @param string $message The email content.
    			* @param WC_Product $product Product instance.
    			* @param null $null Unused.
    			*/
    			apply_filters( 'woocommerce_email_content_no_stock', $message, $product ),
    			/**
    			* Filter the headers of the no stock notification email.
    			*
    			* @since 3.0.0
    			* @param string $headers The email headers.
    			* @param WC_Product $product Product instance.