PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
woocommerce-bookings
/
includes
/
admin
/
views
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } $current_tab = isset( $_GET['tab'] ) && isset( $tabs_metadata[ $_GET['tab'] ] ) ? sanitize_title( $_GET['tab'] ) : 'availability'; ?> <div class="wrap"> <nav class="nav-tab-wrapper woo-nav-tab-wrapper"> <?php foreach ( $tabs_metadata as $tab => $metadata ) { if ( current_user_can( $metadata['capability'] ) ) { ?> <a class="nav-tab <?php if ( $tab === $current_tab ) { echo 'nav-tab-active'; } ?> " href="<?php echo esc_url( $metadata['href'] ); ?>"><?php echo esc_html( $metadata['name'] ); ?></a> <?php } } ?> </nav> <?php if ( ! current_user_can( $tabs_metadata[ $current_tab ]['capability'] ) ) { esc_attr_e( 'Sorry, you are not allowed to access this tab.', 'woocommerce-bookings' ); } else { ?> <h1 class="screen-reader-text"><?php echo esc_html( $tabs_metadata[ $current_tab ]['name'] ); ?></h1> <h2><?php echo esc_html( $tabs_metadata[ $current_tab ]['name'] ); ?></h2> <div id="content"> <?php call_user_func( $tabs_metadata[ $current_tab ]['generate_html'] ); ?> </div> <?php } ?> </div>
[+]
..
[-] html-notifications-page.php
[edit]
[-] html-booking-pricing-fields.php
[edit]
[-] html-booking-availability-fields.php
[edit]
[-] html-calendar-month.php
[edit]
[-] html-booking-persons.php
[edit]
[-] html-settings-page.php
[edit]
[-] html-availability-nav.php
[edit]
[-] html-classic-availability-settings.php
[edit]
[-] html-booking-tab.php
[edit]
[-] html-availability-views-nav.php
[edit]
[-] html-booking-resources.php
[edit]
[-] html-calendar-nav.php
[edit]
[-] html-store-availability-settings.php
[edit]
[-] html-booking-resource.php
[edit]
[-] html-booking-data.php
[edit]
[-] html-calendar-schedule.php
[edit]
[-] html-booking-person.php
[edit]
[-] html-booking-pricing.php
[edit]
[-] html-create-booking-page.php
[edit]
[-] html-booking-availability.php
[edit]
[-] html-calendar-day.php
[edit]
[-] html-create-booking-page-2.php
[edit]