PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
wyz-toolkit
/
classes
/
user-account-tabs
<?php class AccountWoo extends AccountContent { public function the_condition() { $this->condition = class_exists( 'WooCommerce' ) && 'on' != get_option( 'wyz_woocommerce_hide_orders_tab' ); } public function _active () { return function_exists( 'is_wc_endpoint_url' ) && is_wc_endpoint_url(); } public function tab_title () { $this->tab_title = esc_html__( 'Shop', 'wyzi-business-finder' ); } public function link () { $this->link = 'woo-profile'; } public function icon () { $this->icon = 'shopping-cart'; } public function notifications() { } public function content() { echo do_shortcode( '[woocommerce_my_account]' ); } } ?>
[+]
..
[-] 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]