diff --git a/modules/notifications/notifications.php b/modules/notifications/notifications.php index d0298e62..a1d5dd12 100644 --- a/modules/notifications/notifications.php +++ b/modules/notifications/notifications.php @@ -143,12 +143,12 @@ public function init() add_filter('pp_story_budget_item_actions', [$this, 'filter_post_row_actions'], 10, 2); } - add_filter( + /*add_filter( 'publishpress_calendar_get_post_data', [$this, 'filterCalendarGetPostData'], 10, 2 - ); + );*/ // Ajax for saving notification updates add_action('wp_ajax_pp_notifications_user_post_subscription', [$this, 'handle_user_post_subscription']);