mailpoet_email_editor_post_sent_status_args
mailpoet_email_editor_post_sent_status_args
Appears in: woocommerce.9.8.1
Hook Type: filter
Displaying hooks found in version: woocommerce.9.8.1apply_filters('mailpoet_email_editor_post_sent_status_args') is found 1 times:
- /packages/email-editor/src/Engine/class-email-editor.php line 195
'show_in_admin_all_list' => false, 'show_in_admin_status_list' => false, 'private' => true, // required by the preview in new tab feature for sent post (newsletter). Posts are only visible to site admins and editors. ); $args = apply_filters( 'mailpoet_email_editor_post_sent_status_args', $default_args ); register_post_status( 'sent', $args ); }