From e4cec27bc25ee166aa7ea572c78ecc01efd0fab0 Mon Sep 17 00:00:00 2001 From: olatechpro Date: Mon, 14 Oct 2024 15:45:18 +0100 Subject: [PATCH] Remove notify me in calendar popup --- modules/notifications/notifications.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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']);