woocommerce_email_content_backorder, $message, $args

woocommerce_email_content_backorder, $message, $args

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_email_content_backorder, $message, $args') is found 1 times:

  • /includes/class-wc-emails.php line 1258
    			* @param string $message The email content.
    			* @param array $args Arguments.
    			* @param null $null Unused.
    			*/
    			apply_filters( 'woocommerce_email_content_backorder', $message, $args ),
    			/**
    			* Filter the headers of the backorder notification email.
    			*
    			* @since 3.0.0
    			* @param string $headers The email headers.
    			* @param array $args Arguments.