PluginProbe
Booking Calendar / 11.6.1
Booking Calendar v11.6.1
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-error-wptpl.php

catalog-error-wptpl.php in Booking Calendar 11.6.1, at includes/_shared-ui-catalog/templates/catalog-error-wptpl.php

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