woocommerce_email_editor_send_preview_email_subject
woocommerce_email_editor_send_preview_email_subject
Appears in: woocommerce.10.8.1
Hook Type: filter
See hook in action
Displaying hooks found in version: woocommerce.10.8.1apply_filters('woocommerce_email_editor_send_preview_email_subject') is found 1 times:
- /packages/email-editor/src/Engine/class-send-preview-email.php line 122
* @param \WP_Post $post The email post object. * * @since 2.9.0 */ $subject = (string) apply_filters( 'woocommerce_email_editor_send_preview_email_subject', $post->post_title, $post ); return $subject; } /** * Add preview context to email rendering. *