View Event Revision History in Admin Post date Home › Forums › Calendar Products › Events Calendar PRO › View Event Revision History in Admin This topic has 7 replies, 3 voices, and was last updated 11 years ago by Support Droid. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts December 6, 2012 at 10:53 am #29065 KyleParticipant When viewing a single event in the admin area, the plugin seems to have disabled the ability to view the revision history for each event. Is there anyway to remove that override so it can be viewed? December 6, 2012 at 12:21 pm #29070 BarryMember I don’t believe event posts support revisions, you’d need to add support for this yourself: Adding post type support Possible post type arguments December 6, 2012 at 12:27 pm #29071 KyleParticipant Hey, thanks for the reply I tried adding: add_action(‘init’, ‘tribe_revision_support’); function tribe_revision_support() { add_post_type_support( ‘tribe_events’, ‘revisions’ ); } But didn’t see a result December 6, 2012 at 12:31 pm #29072 BarryMember It works for me; where did you put the code? December 6, 2012 at 12:35 pm #29073 KyleParticipant Inside my functions file. Strange December 6, 2012 at 12:36 pm #29074 KyleParticipant Okay, clearing my cache did it. Thanks for your help! December 6, 2012 at 12:41 pm #29075 BarryMember No problem 🙂 July 7, 2015 at 6:26 am #978285 Support DroidKeymaster This topic has not been active for quite some time and will now be closed. If you still need assistance please simply open a new topic (linking to this one if necessary) and one of the team will be only too happy to help. Author Posts Viewing 8 posts - 1 through 8 (of 8 total) The topic ‘View Event Revision History in Admin’ is closed to new replies. → Please verify your API key is correctly entered on the settings