• Resolved bytefight

    (@bytefight)


    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:

    Thanks in advance!

    Jonas

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Craig Schlegel

    (@craigmschlegel)

    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:

    _RTECregistrationsDisabled

    Hopefully that helps!

    – Craig

    Thread Starter bytefight

    (@bytefight)

    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.
    Plugin Support Craig Schlegel

    (@craigmschlegel)

    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.