Woocommerce dashboard End Points
-
I have created woocommerce my account dashboard endpoints for “My Tickets” [tickets] and “Submit Ticket”
../my-account/ticket-submit/
../my-account/my-tickets/Both are displaying nicely withing the woocommerce dashboard. But of course, when you click any of the actions the system will direct to the pages set in the Awesome Support Settings General tab section:
Plugin Pages
Configure pages where tickets will be displayed – we take special actions when these pages are viewed by the userTicket Submission
Ticket ListEssentially I want to be able to enter a URL instead of having to choose a page from the drop-down.
My question, how can I hook or filter this setting to my custom woocommerce endpoints so the user does not leave /my-account/ area when interacting with the ticket system.
I did find this in the documentation for the ticket list page url:
apply_filters( ‘wpas_tickets_list_page_url’, $url );But I’m not seeing anything for the Ticket Submission url.
Thanks
The topic ‘Woocommerce dashboard End Points’ is closed to new replies.