> $messages An array of user-facing messages, managed by the View. * @var array $attributes A optional map of attributes that should be applied to the wrapper div element. * @var string $wp_version Global WP version. * * @package the-events-calendar/views/v2 */ if ( empty( $messages ) ) { return; } global $wp_version; $default_classes = [ 'tribe-events-header__messages', 'tribe-events-c-messages', 'tribe-common-b2' ]; $classes = isset( $classes ) ? array_merge( $default_classes, $classes ) : $default_classes; $attributes = isset( $attributes ) ? (array) $attributes : []; ?>
> $message_group ) : ?>