Title: Meta fields
Last modified: May 13, 2025

---

# Meta fields

 *  Resolved [bytefight](https://wordpress.org/support/users/bytefight/)
 * (@bytefight)
 * [1 year ago](https://wordpress.org/support/topic/meta-fields-4/)
 * Hey there,
 * could you provide an overview of the custom meta fields used by your plugin (
   in the post meta table). We need to grab this checkbox in order to display / 
   hide a section on our website:
 * ![](https://i0.wp.com/i.ibb.co/1JXpfrFS/Bildschirmfoto-2025-05-13-um-11-57-18.
   png?ssl=1)
 * Thanks in advance!
 * Jonas

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

 *  Plugin Support [Craig Schlegel](https://wordpress.org/support/users/craigmschlegel/)
 * (@craigmschlegel)
 * [1 year ago](https://wordpress.org/support/topic/meta-fields-4/#post-18464154)
 * Hey Jonas!
   You can access whether or not registration is disabled for an event
   by using a helper function. For example:
 * $event_meta = rtec_get_event_meta( $event_post_id );
 * echo $event_meta[‘registrations_disabled’];
   Though to answer your question, this
   is the meta key:_RTECregistrationsDisabledHopefully that helps!– Craig
 *  Thread Starter [bytefight](https://wordpress.org/support/users/bytefight/)
 * (@bytefight)
 * [1 year ago](https://wordpress.org/support/topic/meta-fields-4/#post-18465380)
 * This helps, thank you very much! In Avada you can use conditionals based on custom
   fields meta keys, so the key is very useful!
    -  This reply was modified 1 year ago by [bytefight](https://wordpress.org/support/users/bytefight/).
 *  Plugin Support [Craig Schlegel](https://wordpress.org/support/users/craigmschlegel/)
 * (@craigmschlegel)
 * [1 year ago](https://wordpress.org/support/topic/meta-fields-4/#post-18471285)
 * That’s great! I’m so glad I could help.
   Have a great start to your week.– Craig

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

The topic ‘Meta fields’ is closed to new replies.

 * ![](https://ps.w.org/registrations-for-the-events-calendar/assets/icon-256x256.
   png?rev=3518819)
 * [Registrations for the Events Calendar - Event Registration Plugin](https://wordpress.org/plugins/registrations-for-the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/registrations-for-the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/registrations-for-the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/registrations-for-the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/registrations-for-the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/registrations-for-the-events-calendar/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Craig Schlegel](https://wordpress.org/support/users/craigmschlegel/)
 * Last activity: [1 year ago](https://wordpress.org/support/topic/meta-fields-4/#post-18471285)
 * Status: resolved