Title: Using WordPress native &#039;Pending Review&#039;
Last modified: August 21, 2016

---

# Using WordPress native 'Pending Review'

 *  Resolved [adzay](https://wordpress.org/support/users/adzay/)
 * (@adzay)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/using-wordpress-native-pending-review/)
 * To cut a long story short, besides the obvious label differences, are there any
   other differences between the Event and Locations custom type?
    Anything that
   prevents me from using the native wordpress ‘pending review’ function, because
   you have your own ‘approve’ function?
 * I ask this ‘silly’ question because I am using a form plugin called formidable
   pro. With it, I made a form that allows users to submit locations that go to 
   the “pending review’ status. It then redirects the user to the post that is under
   review (just so they can see what it looks like). It works perfectly.
 * It doesn’t work the same for Events. Is it because there are more limits to the
   events post type?
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [adzay](https://wordpress.org/support/users/adzay/)
 * (@adzay)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/using-wordpress-native-pending-review/#post-3897162)
 * Also I have already asked the form plugin creators, they think the way the Event
   custom post type is registered could be the cause.
 * If you are curious the link to the support feed is here
    [http://formidablepro.com/help-desk/posts-are-not-created-parent_item_id-is-null/](http://formidablepro.com/help-desk/posts-are-not-created-parent_item_id-is-null/)
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/using-wordpress-native-pending-review/#post-3897263)
 * sorry, this might not be possible at the moment.
 *  Thread Starter [adzay](https://wordpress.org/support/users/adzay/)
 * (@adzay)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/using-wordpress-native-pending-review/#post-3897284)
 * Hi Angelo, thanks for the reply.
 * Does your answer mean that its not possible for you to check now?….or does your
   answer mean that i cannot submit using that plugin due to restrictions on the
   Event post type which cannot be changed?
 * If the latter can you tell me where to find the php that registers the post type
   so that I can do some trial an error tests on my part?
 * thanks.
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/using-wordpress-native-pending-review/#post-3897285)
 * I mean this isn’t possible out of the box (integrating the two plugin) but still
   doable by custom php coding which unfortunately I can’t help you out since I 
   haven’t use formidable pro before.
 * “where to find the php that registers the post type”
    – try events-manager/em-
   posts.php
 *  Plugin Author [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * (@netweblogic)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/using-wordpress-native-pending-review/#post-3897354)
 * This is because EM registers specific custom field values like _event_start_date,
   _location_id and many more, in order to provide event meta info.
 * additionally, we store all that in a seperate wp_em_events table that links the
   post to an event id.
 * you’d need to create a script that intercepts formidable’s logic and create the
   event using our EM_Event objects, you may be able to get away with firing the
   get_post_meta and save_post_meta functions.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Using WordPress native 'Pending Review'’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [custom post](https://wordpress.org/support/topic-tag/custom-post/)
 * [form](https://wordpress.org/support/topic-tag/form/)
 * [formidable pro](https://wordpress.org/support/topic-tag/formidable-pro/)

 * 5 replies
 * 3 participants
 * Last reply from: [Marcus (aka @msykes)](https://wordpress.org/support/users/netweblogic/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/using-wordpress-native-pending-review/#post-3897354)
 * Status: resolved