I have 2 question
-
Hi, Thank you for quick support.
1 ) I dont use Tracking Number Button. Please give a simple remove function code to remove it.
Please dont suggest different pages because I am not developer. Please give ready code. Really I dont want it. Thank you2) I can remove withdraw menu but I can not remove Payment menu. I need to remove payment menu. What is problem. Please Fix the Codes. I hope you will support me. I am looking forward your reply.
The codes
add_filter( ‘dokan_get_dashboard_nav’, ‘prefix_dokan_add_seller_nav’ );
function prefix_dokan_add_seller_nav( $urls ) {
unset( $urls[‘withdraw’] );
unset( $urls[‘payment’] );
return $urls;
}Thank you so much!
Have a great Day !
- The topic ‘I have 2 question’ is closed to new replies.