woocommerce_email_stock_notification_intro_content
woocommerce_email_stock_notification_intro_content
Appears in: woocommerce.10.2.2
Hook Type: filter
Displaying hooks found in version: woocommerce.10.2.2apply_filters('woocommerce_email_stock_notification_intro_content') is found 3 times:
- /src/Internal/StockNotifications/Emails/CustomerStockNotificationEmail.php line 86
* @since 10.2.0 * * @return string */ return apply_filters( 'woocommerce_email_stock_notification_intro_content', $this->format_string( $this->get_option_or_transient( 'intro_content', $this->get_default_intro_content() ) ), $this->object, $this ); } /** * Get content html. * * @return string
- /src/Internal/StockNotifications/Emails/CustomerStockNotificationVerifiedEmail.php line 88
* @since 10.2.0 * * @return string */ return apply_filters( 'woocommerce_email_stock_notification_intro_content', $this->format_string( $this->get_option_or_transient( 'intro_content', $this->get_default_intro_content() ) ), $this->object, $this ); } /** * Get content html. * * @return string
- /src/Internal/StockNotifications/Emails/CustomerStockNotificationVerifyEmail.php line 89
* @since 10.2.0 * * @return string */ return apply_filters( 'woocommerce_email_stock_notification_intro_content', $this->format_string( $this->get_option_or_transient( 'intro_content', $this->get_default_intro_content() ) ), $this->object, $this ); } /** * Get content html. * * @return string