Contributors: GamerZ
Donate link: http://lesterchan.net/site/donation/
Tags: use, used, plugin, plugins, plugin used, plugins used, plugins use
Requires at least: 2.8
Tested up to: 6.3
Stable tag: trunk
Display WordPress plugins that you currently have (both active and inactive) onto a post/page.
- To create a Plugins Used Page
- Go to
WP-Admin -> Pages -> Add New
- Type any title you like in the page's title area
- Copy and paste the following in the page's content area:
[stats_pluginsused]
Active Plugins
[active_pluginsused]
Inactive Plugins
[inactive_pluginsused]
- Click 'Publish'
https://github.com/lesterchan/wp-pluginsused/
http://dev.wp-plugins.org/browser/wp-pluginsused/i18n/
- I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.
- FIXED: Remove create_function
- NEW: Use _n() Instead Of __ngettext() And _n_noop() Instead Of __ngettext_noop()
- NEW: Hide Plugins
- NEW: Works For WordPress 2.6 Only
- NEW: Better Translation Using __ngetext() by Anna Ozeritskaya
- NEW: Right To Left Language Support by Kambiz R. Khojasteh
- NEW: Uses number_format_i18n()
- NEW: Works For WordPress 2.6
- NEW: Works With WordPress 2.5 Only
- NEW: Uses ShortCode API
- NEW: Uses /wp-pluginsused/ Folder Instead Of /pluginsused/
- NEW: Uses wp-pluginsused.php Instead Of pluginsused.php
- NEW: Added Option To Hide Plugins Version Number
- FIXED: Strip Away HTML Codes In Plugin Descriptions
- NEW: Initial Release
- Embed ShortCode Into Page
- Active Plugins
- Inactive Plugins
- Open
wp-pluginsused.php
- Find:
define('PLUGINSUSED_SHOW_VERSION', true);
- Replace:
define('PLUGINSUSED_SHOW_VERSION', false);
- Open
wp-pluginsused.php
- Find:
$pluginsused_hidden_plugins = array();
- Replace:
$pluginsused_hidden_plugins = array('Plugin Name 1', 'Plugin Name 2');
- Replace
Plugin Name 1
andPlugin Name 2
with the plugin name you want to hide.