芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/the-events-calendar/src/views/v2/components/messages.php
> $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 ) : ?>
template( 'components/messages/' . esc_attr( $message_type ) . '-icon' ); ?>
$message ) : ?>
(string)$key ] ); ?> > =' ) ? wp_kses_post( $message ) : $message; ?>