whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
themes
/
botiga
/
inc
/
plugins
/
wc-vendors
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/themes/botiga/inc/plugins/wc-vendors/wc-vendors.php
<?php /** * WC Vendors Compatibility File * * @package Botiga */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } /** * Add vendor profile link to botiga header login register dropdown */ function botiga_wcvendors_header_login_register_vendor_profile_link( $output ) { if( ! is_user_logged_in() ) { return; } if( ! WCV_Vendors::is_vendor( get_current_user_id() ) ) { return; } $output .= '<a href="'. esc_url( get_the_permalink( get_option( 'wcvendors_vendor_dashboard_page_id' ) ) ) .'">'. esc_html__( 'Vendor Dashboard', 'botiga' ) .'</a>'; return $output; } add_filter( 'botiga_header_login_register_before_logout_dropdown_item', 'botiga_wcvendors_header_login_register_vendor_profile_link' );
Copyright ©2021 || Defacer Indonesia