PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
classes
/
user-account-tabs
<?php class AccountBooking extends AccountContent { public function the_condition() { $this->condition = 'off' != get_option( 'wyz_users_can_booking' ); } public function _active () { return false; } public function tab_title () { $this->tab_title = esc_html__( 'Appointments', 'wyzi-business-finder' ); } public function link () { $this->link = 'booking'; } public function icon () { $this->icon = 'calendar'; } public function notifications() { } public function content() { echo do_shortcode( '[booked-profile]' ); } } ?>
[+]
..
[-] class-account-woo.php
[edit]
[-] class-account-vendor.php
[edit]
[-] class-account-products.php
[edit]
[-] user-account-tabs.php
[edit]
[-] class-account-business-calendar.php
[edit]
[-] class-account-internal-messaging.php
[edit]
[-] class-account-jobs.php
[edit]
[-] class-account-favorite.php
[edit]
[-] class-account-subscription.php
[edit]
[-] class-account-profile.php
[edit]
[-] class-account-booking.php
[edit]
[-] class-parent.php
[edit]
[-] class-account-businesses.php
[edit]