Hi, this error popped up on my website. I am not sure what exactly is wrong.
$events_label = ‘’;
if ( X_MEC_IS_ACTIVE ) {
$events_options = get_option( 'mec_options' );
$events_label = $events_options['settings']['archive_title'];
}
the very bottom line $events_label line is where the website is saying the error is. Not sure how to fix it. Thank you!