This seems to happen to me every time you guys release a substantial update to the plugin. I am using the built in WP custom fields to pass some data to my custom single event view template.
I just upgraded the ECP plugin, created a “tribe-events” folder to hold my template overrides but my function no longer works.
I put the following in the new single event view template right after
MY CODE
ID, ‘Requires Clinic Email Form’, true) ?>
<?php if ($showform == “yes”) {
echo ‘To request a 30 minute session please use the contact form below.’;
echo do_shortcode( ‘[contact-form 2 “Clinic Form”]’ );
} else {}
?>
Can I no longer use get_post_meta?