I have a URL like this:
http://examplesite.com/manage/access?id=22&access_key=12345678
This is a jSON file.
I want to create custom WordPress plugin and put this access key in the plugin. When I save button get to my data in WordPress admin panel.
Is it possible?
How should I proceed?