woocommerce_email_intro_content
woocommerce_email_intro_content
Appears in: woocommerce.10.2.2, woocommerce.10.3.4
Hook Type: filter
Displaying hooks found in version: woocommerce.10.3.4apply_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. *