skip to Main Content

I am creating a custom plugin using WordPress Plugin Boilerplate Generator . Is it possible to create new menu items in woo commerce my accounts page when the plugin is activated ?

2

Answers


  1. Yes, but it’s rather long to put it here. I’d rather provide you a link to a tutorial, (Customising account page tabs), from WooCommerce github.

    Login or Signup to reply.
  2. Yes, for sure its possible. First you need to register a new endpoint in WordPress using the add_rewrite_endpoint() function and also register it via the query_vars filter.

    I did that similar stuff on a site named xduit.com around 2 years back.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search