connector-wordpress/source/connector-mobilizon/view/events-list.php

14 lines
471 B
PHP
Raw Normal View History

2021-01-08 14:08:40 +01:00
<?php
// Exit if this file is called directly.
if (!defined('ABSPATH')) {
exit;
}
?>
<ul class="<?php echo esc_attr($classNamePrefix); ?>_events-list"
data-url="<?php echo esc_attr($url); ?>"
2021-05-04 11:16:18 +02:00
data-locale="<?php echo esc_attr($locale); ?>"
2021-01-08 14:08:40 +01:00
data-maximum="<?php echo esc_attr($eventsCount); ?>"
data-group-name="<?php echo esc_attr($groupName); ?>">
2021-01-08 14:08:40 +01:00
<li style="display: none;"><?php echo esc_html_e('The events could not be loaded!', $textDomain); ?></li>
</ul>