I'm creating a page for the myaccount menu of woocommerce, and I realized the need to add sub endpoint
and I do not know how to do it, does anyone have any ideas? I tried
add_rewrite_endpoint('multiple-address', EP_PAGES);
add_rewrite_endpoint('multiple-address/form-address', EP_PAGES);
and I did not succeed