diff --git a/lib/Notifications/Workflow/Step/Event/Filter/Post_Status.php b/lib/Notifications/Workflow/Step/Event/Filter/Post_Status.php index c48dfdce..6d67b770 100644 --- a/lib/Notifications/Workflow/Step/Event/Filter/Post_Status.php +++ b/lib/Notifications/Workflow/Step/Event/Filter/Post_Status.php @@ -47,7 +47,7 @@ public function render() */ protected function get_options($group) { - $statuses = $this->get_post_statuses(); + $statuses = apply_filters('publishpress_notification_statuses', $this->get_post_statuses(), $group); $metadata = (array)$this->get_metadata(''); $options = [];