Hello,
I have taken over maintaining a site using your plugin, and the customer has reported that – after my upgrade to version 4.1.1 – the “Edit Event” link in the admin bar no longer shows for recurring events, but only for single events. I have verified this to be the case, and have looked through the code. It is not appearing due to logic related to the post_type in the wp_admin_bar_edit_menu function. For single events, that post_type is present and is “tribe_events”, however for recurring events, the queried_object is not the object, but an object containing labels and other fields.
Is this a known change in your plugin, or is there a simple way that this would have been disabled for recurring events that I’ve missed? There’s also a chance that the previous developers wrote a special hook for this to happen, but I don’t see one anywhere and no other code was changed prior to my takeover.
Thanks much,
Curtis