woocommerce_emails_general_block_content_emails_without_order_details

woocommerce_emails_general_block_content_emails_without_order_details

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.5.2

apply_filters('woocommerce_emails_general_block_content_emails_without_order_details') is found 1 times:

  • /templates/emails/block/general-block-email.php line 108
     *
     * @since 10.5.0
     * @param array $emails_without_order_details Array of email IDs that should not display order details.
     */
    $emails_without_order_details = apply_filters( 'woocommerce_emails_general_block_content_emails_without_order_details', array() );
    
    $accounts_related_emails = array(
    	'customer_reset_password',
    	'customer_new_account',
    );