Add new tab to woocommerce my account page
/** WooCommerce Add New Tab @ My Account */ // 1. Register new endpoint (URL) for My Account page function my_files_add_files_endpoint() { add_rewrite_endpoint( 'my-files', EP_ROOT | EP_PAGES ); } add_action(…