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 '<div class="mep-events-wrapper">';
|
||||
echo get_the_password_form(); // WPCS: XSS ok.
|
||||
echo '</div>';
|
||||
}else{
|
||||
|
||||
$event_meta = get_post_custom(get_the_id());
|
||||
|
|
Loading…
Reference in New Issue