Hello!
I have to code a plugin that would provide a way for wordpress admins to send filters in the shape of data (in JSON) to a custom API and work with the received, filtered data to create a list of items AND a personnalized “product page” for each results.
In addition, I have to make it so that any visitor can manipulate a form to re-retrieve different data from the same API. How would I do that?
For now I have tried custom post types, custom block types and custom templates, and my employer suggesting using GET requests customized via the slug of the page, but I am new to development as a whole, and very new to WordPress. I would take any help and suggestion.
Thanks in advance !
[ad_2]