Hi there,
I am following this tutorial here : https://quadlayers.com/edit-woocommerce-my-account-page-programmatically/ and I wonder why my menu is not showing up. I mean only the middle features is showing up, but not the left sidebar with the menu. Is there something incompatible with the theme here :
printf(
wp_kses( $dashboard_desc,$allowed_html),
esc_url( wc_get_endpoint_url( ‘orders’ ) ),
esc_url( wc_get_endpoint_url( ‘edit-address’ ) ),
esc_url( wc_get_endpoint_url( ‘edit-account’ ) )