This plugin outputs information about the WordPress-site in .json-format. This information can only be retrieved using a random generated code. The code can be seen at the plugin-settings page. Everytime the plugin is activated, the code will be regenerated.
The output can be found at
http://YOURSITEURL.com/?hash=CODE. This API can be used for your own purposes, like dashboards, apps etc.
Your information is not sent to or saved on any server or other instances. The information is only displayed on your secured page.
How to install the plugin and retrieve the information:
- Upload the folder
ivaldi-information-api
to the /wp-content/plugins/
directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- The auto generated code is provided at the plugin-settings page which can be found via
Settings
> Ivaldi Information API
.
- Go to http://YOURSITEURL.com/?hash=CODE to see your site-information. You can use this URL to retrieve the site information for your purposes.
== Changelog ==
0.2
Add WordPress Plugin icon
0.1
First version in WordPress-directory