PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
classes
/
user-account-tabs
<?php class AccountProfile extends AccountContent { public function the_condition() { $this->condition = true; } public function _active () { return isset( $_POST['updateuser'] ) || ! $this->is_business_owner; } public function tab_title () { $this->tab_title = esc_html__( 'profile', 'wyzi-business-finder' ); } public function link () { $this->link = 'profile'; } public function icon () { $this->icon = 'user'; } public function notifications() { return; } public function content() { echo wyz_user_profile_form_display(); } } ?>
[+]
..
[-] 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]