mailpoet_email_editor_send_preview_email
mailpoet_email_editor_send_preview_email
Appears in: woocommerce.9.8.1
Hook Type: filter
See hook in action
Displaying hooks found in version: woocommerce.9.8.1apply_filters('mailpoet_email_editor_send_preview_email') is found 1 times:
- /packages/email-editor/src/Engine/class-email-api-controller.php line 74
* [postId] => POST_ID */ $data = $request->get_params(); try { $result = apply_filters( 'mailpoet_email_editor_send_preview_email', $data ); return new WP_REST_Response( array( 'success' => (bool) $result, 'result' => $result, ), $result ? 200 : 400