1
0
mirror of https://github.com/dwaxweiler/connector-mobilizon synced 2025-02-18 04:30:57 +01:00
connector-wordpress/source/view/events-list-not-loaded.php
2024-04-05 23:26:11 +02:00

12 lines
274 B
PHP

<?php
namespace MobilizonConnector;
// Exit if this file is called directly.
if (!defined('ABSPATH')) {
exit;
}
?>
<div class="<?php echo esc_attr($classNamePrefix); ?>_events-list">
<?php esc_html_e('The events could not be loaded!', 'connector-mobilizon'); ?>
</div>