woocommerce_email_recipient_backorder, get_option( woocommerce_stock_email_recipient

woocommerce_email_recipient_backorder, 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_backorder, get_option( woocommerce_stock_email_recipient') is found 1 times:

  • /includes/class-wc-emails.php line 1240
    		 * @param string $recipient The recipient email address.
    		 * @param array $args Arguments.
    		 * @param null $null Unused.
    		 */
    			apply_filters( 'woocommerce_email_recipient_backorder', get_option( 'woocommerce_stock_email_recipient' ), $args, null ),
    			/**
    			* Filter the subject of the backorder notification email.
    			*
    			* @since 3.0.0
    			* @param string $subject The email subject.
    			* @param array $args Arguments.