Beschrijving
[ โ ๐๐๐๐๐๐ ๐๐๐๐๐๐๐ 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:
Schermafbeeldingen
Installatie
A) Enter your website “Admin Dashboard > Plugins > Add New” and enter the plugin name
or
B) Download plugin from WordPress.org , Extract the zip file and upload the container folder to “wp-content/plugins/”
FAQ
- More at our WP plugins page.
Bijdragers & ontwikkelaars
“API info for Plugins & Themes from WP.ORG” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “API info for Plugins & Themes from WP.ORG” naar jouw taal.
Interesse in de ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
2.20
- Only php >= 5.4 supported
1.0
- First release.