[ β ππππππ πππππππ bπ π«ππππ ] Show Plugins & Themes information on your site, from WP.ORG API
As of April 2026, API info for Plugins & Themes from WP.ORG is a WordPress wp plugin with 0 active installations and a 5/5 rating from 1 reviews. It has been downloaded 1.8K+ times in total. Requires WordPress 6.0+ and PHP false+. Available on WordPress.org since 2019. Last updated 1 year ago β may have compatibility concerns. Top alternative: Theme Editor.
β’ Revised for security to be reliable and free of vulnerability holes.
β’ Efficient, not to add any extra load/slowness to site.
β’ Donβt collect private data.
Show Plugins & Themes information on your site, from WP.ORG API, as described in WordPress API codex.
Shortcode:
[wporg_api_pt type="plugins" by="author" by_value="wporg_username" ...]
Programatic access:
<?php echo do_shortcode('[wporg_api_pt type="plugins" by="author" by_value="wporg_username" ...]'); ?>
//or
<?php if (function_exists('wporg_api_pt')) { echo wporg_api_pt(["type"=>"plugins", "by"="author", "by_value"="wporg_username" ...]); } ?>
See all available options and their descriptionβ¦
| WordPress | 6.0+ requiredTested up to 6.5.8 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.