woocommerce_email_intro_content

woocommerce_email_intro_content

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.3.4

apply_filters('woocommerce_email_intro_content') is found 3 times:

  • /templates/emails/plain/customer-stock-notification-verified.php line 28
    echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n";
    echo esc_html( wp_strip_all_tags( $email_heading ) );
    echo "\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n";
    
    echo esc_html( wp_strip_all_tags( wptexturize( apply_filters( 'woocommerce_email_intro_content', $intro_content, $notification ) ) ) ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment
    
    echo "\n\n----------------------------------------\n\n";
    
    /**
     * Hook: woocommerce_email_stock_notification_product.
     *
    
  • /templates/emails/plain/customer-stock-notification-verify.php line 28
    echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n";
    echo esc_html( wp_strip_all_tags( $email_heading ) );
    echo "\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n";
    
    echo esc_html( wp_strip_all_tags( wptexturize( apply_filters( 'woocommerce_email_intro_content', $intro_content, $notification ) ) ) ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment
    
    echo "\n\n----------------------------------------\n\n";
    
    /**
     * Hook: woocommerce_email_stock_notification_product.
     *
    
  • /templates/emails/plain/customer-stock-notification.php line 28
    echo "=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n";
    echo esc_html( wp_strip_all_tags( $email_heading ) );
    echo "\n=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=\n\n";
    
    echo esc_html( wp_strip_all_tags( wptexturize( apply_filters( 'woocommerce_email_intro_content', $intro_content, $notification ) ) ) ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment
    
    echo "\n\n----------------------------------------\n\n";
    
    /**
     * Hook: woocommerce_email_stock_notification_product.
     *