0
i am creating a page for Woocommerce myaccount menu, and realized the need to add a sub endpoint
and don’t know how to do it, does anyone have any idea? I tried
add_rewrite_endpoint('multiple-address', EP_PAGES);
add_rewrite_endpoint('multiple-address/form-address', EP_PAGES);
and did not succeed
Lukan, try to reverse, put the subendpoint before.
– cbonomini
@cbonomini inverti and it worked! Thank you very much !!!
– Lukan Dos Santos Pinto