Skip to content

Commit

Permalink
Remove notify me in calendar popup
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Oct 14, 2024
1 parent fd56c63 commit e4cec27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/notifications/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit e4cec27

Please sign in to comment.