My Plugin Information

If you are a plugin developer and have plugins hosted on WordPress.org, then with this plugin you could communicate with WordPress.org Plugins API to retrieve your Plugin Information and display it on your website.

Based on an article series – Communicating With the WordPress.org Plugin API List of data that can be retrieved:

  • Name field='name'
  • Slug field='slug'
  • Version field='version'
  • Author field='author'
  • Author Profile (URI) field='author_profile'
  • Download count field='downloaded'
  • Download link field='download_link'
  • Last Updated date: field='last_updated'
  • Tested: field='tested'
  • Requires: field='requires'

Example Shortcodes:

Name: [mpi slug='my-plugin-information' field='name']
Slug: [mpi slug='my-plugin-information' field='slug']
Version: [mpi slug='my-plugin-information' field='version']
Author: [mpi slug='my-plugin-information' field='author']
Author Profile: [mpi slug='my-plugin-information' field='author_profile']
Downloaded: [mpi slug='my-plugin-information' field='downloaded']
Download Link: [mpi slug='my-plugin-information' field='download_link']
Last Updated: [mpi slug='my-plugin-information' field='last_updated']
Tested: [mpi slug='my-plugin-information' field='tested']
Requires: [mpi slug='my-plugin-information' field='requires']

Support

Need additional help? Create a ticket on support forum or check the GitHub repository for technical documentation.