woocommerce_email_recipient_low_stock, get_option( woocommerce_stock_email_recipient

woocommerce_email_recipient_low_stock, get_option( woocommerce_stock_email_recipient

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_email_recipient_low_stock, get_option( woocommerce_stock_email_recipient') is found 1 times:

  • /includes/class-wc-emails.php line 1052
    		 * @param string $recipient The recipient email address.
    		 * @param WC_Product $product Product instance.
    		 * @param null $null Unused.
    		 */
    			apply_filters( 'woocommerce_email_recipient_low_stock', get_option( 'woocommerce_stock_email_recipient' ), $product, null ),
    			/**
    			* Filter the subject of the low stock notification email.
    			*
    			* @since 3.0.0
    			* @param string $subject The email subject.
    			* @param WC_Product $product Product instance.