Hello I was able to create a custom endpoint on the woocommerce my account page: function my_custom_my_account_menu_items( $items ) { $items = array( 'dashboard' => __( 'Dashboard', 'woocommerce' ), 'orders' => __( 'Orders', 'woocommerce' ), //'downloads' => __( 'Downloads', 'woocommerce' ), //'edit-address' => __( 'Addresses', 'woocommerce' ), //'payment-methods' => __( 'Payment Methods', 'woocommerce' ), 'edit-account' … Continue reading Display a Tab on the woocommerce my account page conditionally
The post Display a Tab on the woocommerce my account page conditionally appeared first on Clan VPS Host.