API info for Plugins & Themes from WP.ORG

plugin banner

Show Plugins & Themes information on your site, from WP.ORG API

Author:Puvox.software (profile at wordpress.org)
WordPress version required:6.0
WordPress version tested:6.4.2
Plugin version:1.10
Added to WordPress repository:27-01-2019
Last updated:14-01-2024
Rating, %:100
Rated by:1
Plugin URI:https://puvox.software/software/wordpress-plu...
Total downloads:1 133
plugin download
Click to start download

[ ✅ ???????????????????????? ???????????????????????????? b???? ???????????????????? ] :

• 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.

Plugin Description

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" ...]); } ?>

Available Options

See all available options and their description on plugin’s settings page. To mention some of them, you can get these data:


Screenshots
FAQ
ChangeLog