file update
This commit is contained in:
parent
51e101be13
commit
e894a11c36
|
@ -3,7 +3,9 @@ get_header();
|
|||
the_post();
|
||||
global $post, $woocommerce;
|
||||
if ( post_password_required() ) {
|
||||
echo get_the_password_form(); // WPCS: XSS ok.
|
||||
echo '<div class="mep-events-wrapper">';
|
||||
echo get_the_password_form(); // WPCS: XSS ok.
|
||||
echo '</div>';
|
||||
}else{
|
||||
|
||||
$event_meta = get_post_custom(get_the_id());
|
||||
|
@ -226,4 +228,4 @@ jQuery('#quantity_5a7abbd1bff73').on('change', function () {
|
|||
}
|
||||
do_action('mep_event_single_page_before_footer');
|
||||
}
|
||||
get_footer();
|
||||
get_footer();
|
Loading…
Reference in New Issue