PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
booking / includes / _shared-ui-catalog / templates / catalog-shell-wptpl.php

catalog-shell-wptpl.php in Booking Calendar 11.8.4, at includes/_shared-ui-catalog/templates/catalog-shell-wptpl.php

25 lines 705 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Shared loading-state template for a template-driven catalog.
4 *
5 * @package Booking Calendar
6 * @since 11.6.0
7 */
8
9 if ( ! defined( 'ABSPATH' ) ) {
10 exit;
11 }
12 ?>
13 <script type="text/html" id="tmpl-wpbc-ui-catalog-shell">
14 <section class="wpbc_ui_catalog" data-wpbc-ui-catalog="{{ data.catalog_id }}" aria-label="{{ data.aria_label }}" aria-busy="true">
15 <div class="wpbc_spins_loading_container wpbc_ui_catalog__loading" role="status">
16 <div class="wpbc_booking_form_spin_loader" aria-hidden="true">
17 <div class="wpbc_spins_loader_wrapper">
18 <div class="wpbc_one_spin_loader_mini2"></div>
19 </div>
20 </div>
21 <span>{{ data.loading_message }}</span>
22 </div>
23 </section>
24 </script>
25