This plugin recieves info of any plugin from wordpress.org plugins repository. It may be useful for plugin developers and for bloggers who writes about plugins. Plugin uses WordPress Plugins API, that was included to WordPress since 2.7 version.

Example of plugin output Plugin Insert Short Code dialog button Plugin Insert Short Code dialog

You can use this plugin for receiving any data of any plugin placed to WordPress plugin repository. For example:
All in One SEO โ€“ Best WordPress SEO Plugin โ€“ Easily Improve SEO Rankings & Increase Traffic. Current version: 4.5.8; hits; Rating:

Code of Example
[mwpi slug ="all-in-one-seo-pack" data="name" mode="fmt"]. [mwpi slug ="all-in-one-seo-pack" data="version" mode="fmt"]; [mwpi slug ="all-in-one-seo-pack" data="downloaded" mode="fmt"]; Rating: [mwpi slug ="all-in-one-seo-pack" data="rating_raw" mode="fmt"]

Installation

  • Unpack plugin archive file.
  • Put plugin folder to WordPress wp-content/plugins folder.
  • Activate plugin on Admin page.

Usage

To embed plugin info to your post, use short code as this:

[mwpi slug="my-wordpress-plugin-info" data="author" mode="formated"]
or
[mwpi slug="my-wordpress-plugin-info" mode="block" body="Some text"]

where
slugslug of plugin in WordPress plugins repository
data – what data you want to get

  • name – plugin name
  • slug – plugin slug
  • version – plugin current version
  • author – author of plagin
  • author_profile – author’s profile
  • requires – required WordPress version
  • tested – high WordPress version tested
  • rating – plugin rating
  • num_ratings – number of votes
  • rating_raw – plugin rating as stars (formated mode only)
  • downloaded – number of downloads
  • last_updated – last updating date
  • homepage – plugin homepage
  • download_link – plugin download link
  • tags – plugin tags
  • description – section “Description”
  • installation – section “Installation”
  • faq – section FAQ
  • screenshots – section “Screenshots” (now not realised in WordPress)
  • changelog – section “Changelog”
  • other_notes – section “Other Notes”

mode – how you want output data looks

  • api – outputs data AS IS
  • formated – outputs data prepared for best view
  • block – outputs data as pack of data (see example)

body – any text you want show in block mode (may be on your local language)

Example of block mode

Special Text Boxes
It is very, very, very cool plugin! Trust me!
Author: minimus. Current version: 6.2.1. Last updated: November 16, 2023. Requires Wordpress version: 5.6 or higher. Compatible up to: 6.4.3. (19 votes) Download

Code of Example
[mwpi slug="wp-special-textboxes" mode="block" body="It is very, very, very cool plugin! Trust me!"]

Using Insert Dialog

You can use “Insert Dialog” to insert plugin short codes when writing post in WordPress WYSIWYG editor.
“api” or “formated” mode
Click “Insert Plugin Info” button. Type slug of needed plugin, select “api” or “formated” mode, select needed data, click “Insert” button.
“block” mode
Type needed text about plugin. Select this text. Click “Insert Plugin Info” button. Type slug of needed plugin, select “block” mode, click “Insert” button. Selected text will be inserted as “body” parameter.

Available languages

  • English
  • Russian

Downloads

© 2009 – 2013, minimus. All rights reserved.