Plugin pages issues
-
im working on a plugin and i cant find a solution online for two issues im having:
1. Passing arguments between pages – for example i have one page showing tickets from 3rd party API, by clicking a ticket, i want to redirect the user to the specific ticket page, problem is the only way i found to pass the ticket id is using POST or GET ( GET will require ugly url ).2. permanent plugin pages – when installing the plugin i create my main page lets call it dashboard, and all my other pages with dashboard as the parent.
so my links will be dashboard/tickets but how can i keep it if the client change the page name ? i need to link those pages and i cant find a way to do it dynamically.
The topic ‘Plugin pages issues’ is closed to new replies.