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-empty-wptpl.php

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

20 lines 413 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Shared empty-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-empty">
14 <div class="wpbc_ui_catalog__empty" role="status">
15 <span class="wpbc-bi-inbox" aria-hidden="true"></span>
16 <h2>{{ data.title }}</h2>
17 <p>{{ data.message }}</p>
18 </div>
19 </script>
20