Skip to content

Commit

Permalink
Extend Notifications API for Revision Status changes
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Dec 10, 2024
1 parent f9b5601 commit 51c6fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];

Expand Down

0 comments on commit 51c6fd7

Please sign in to comment.