Comments pepecharlie67 started the conversationNovember 7, 2019 at 11:32pmHello,I bought your plugin and I'm interesting in delete the option of edit edit event in the calendar and in the single event.How it's possible? Thanks 877Zhivko repliedNovember 9, 2019 at 4:36pmHi, Add this filter in your theme functions.php file: add_filter('stec_user_can_edit_event', function(){ if (is_super_admin()) { return true; } return false; }); Stachethemes Developerpepecharlie67 repliedNovember 11, 2019 at 11:07amThankss!!!Richard repliedMarch 11, 2020 at 3:36pmThanks for this. I was wondering why this was showing on the front end when not logged in. Sign in to reply ...
Hello,
I bought your plugin and I'm interesting in delete the option of edit edit event in the calendar and in the single event.
How it's possible?
Thanks
Hi,
Add this filter in your theme functions.php file:
Stachethemes Developer
Thankss!!!
Thanks for this. I was wondering why this was showing on the front end when not logged in.