woocommerce_email_editor_send_preview_email_subject

woocommerce_email_editor_send_preview_email_subject

Appears in:
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.8.1

apply_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.
    	 *
    

See this hook used in plugins: