Tagged Questions
0
votes
1answer
71 views
Wordpress plugin url for form submit
I am creating a custom plugin that has dynamic forms and I wanted to ask on how I can create a dynamic form action url.
Example is Contact Form 7, how did cf7 create the form action url without ...
1
vote
1answer
522 views
Custom routing for plugins
I am making a plugin that needs a page that can be accessed from the outside, pretty much like an API, and have the url like so,
http://xxxxx/custom_method?parameter=xxxxx&something=xxxx
is ...
