{"id":11200,"date":"2010-11-15T05:32:24","date_gmt":"2010-11-15T05:32:24","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-plugininfo\/"},"modified":"2010-11-15T18:26:31","modified_gmt":"2010-11-15T18:26:31","slug":"wp-plugininfo","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-plugininfo\/","author":1848675,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"1.0","tested":"3.0.5","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"WP-pluginInfo","header_author":"Pier-Luc Petitclerc","header_description":"","assets_banners_color":"","last_updated":"2010-11-15 18:26:31","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&business=pL%40fusi0n%2eorg&lc=CA&item_name=Pier%2dLuc%20Petitclerc%20%2d%20Code%20Support&currency_code=CAD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest","header_plugin_uri":"http:\/\/fusi0n.org\/projects#wp-plugininfo","header_author_uri":"http:\/\/fusi0n.org","rating":0,"author_block_rating":0,"active_installs":0,"downloads":1100,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[245,2391,80],"plugin_category":[43],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-11200","plugin","type-plugin","status-closed","hentry","plugin_tags-list","plugin_tags-plugins","plugin_tags-shortcode","plugin_category-customization","plugin_committers-plpetitclerc"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-plugininfo.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>WP-pluginInfo allows you to use a shortcode to list information about your activated plugins.<\/p>\n <p>Valid shortcode syntax (a shortcut for [plugininfo] is [pi]):<\/p>\n <ul>\n<li><code>[plugininfo \/]<\/code>: Lists all activated plugin using markup in WP-pluginInfo's template.php<\/li>\n<li><code>[plugininfo]&lt;p&gt;&lt;a href=\"%plugin_url%\" target=\"_blank\"&gt;%name%&lt;\/a&gt; version %version% by &lt;a href=\"%author_url%\" target=\"_blank\"&gt;%author%&lt;\/a&gt;: %description%&lt;\/p&gt;[\/pi]<\/code>: Lists all activated plugin using the markup between shortcode.<\/li>\n<li><code>[plugininfo wp-plugininfo \/]<\/code>: Lists information about specified plugin (in this case, wp-plugininfo). Separate items with space.<\/li>\n<\/ul>\n <p>Keep in mind there are two shortcodes that do the same thing: [pi] and [plugininfo].<\/p>\n <p>If you like this plugin, please consider <a href=\"http:\/\/wordpress.org\/extend\/plugins\/wp-plugininfo\/\">giving your honest rating<\/a>, blogging\/tweeting about it or <a href=\"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&amp;business=pL%40fusi0n%2eorg&amp;lc=CA&amp;item_name=Pier%2dLuc%20Petitclerc%20%2d%20Code%20Support&amp;currency_code=CAD&amp;bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHostedGuest\">donating<\/a>. Thank you!<\/p>\n\n<!--section=installation-->\n<ul>\n<li>Use WordPress\u2019 builtin plugin installation system located in your WordPress admin panel, labeled as the \"Add New\" options in the \"Plugins\" menu to upload the zip file you downloaded.<\/li>\n<li>Extract the zip file and upload the resulting \"wp-plugininfo\" folder on your server under <code>wp-content\/plugins\/<\/code>.<\/li>\n<\/ul>\n <p>All you need to do after that is navigate to your blog\u2019s administration panel, go in the plugins section and enable WP-pluginInfo.<\/p>\n <p>Then simply insert the shortcode [plugininfo] or [pi] to list all plugins and\/or [plugininfo <em>plugin_name<\/em>] or [pi <em>plugin_name<\/em>] in a post or page.<\/p>\n <p>For more information, see the <a href=\"http:\/\/codex.wordpress.org\/Managing_Plugins#Installing_Plugins\">\"Installing Plugins\" article on the WordPress Codex<\/a>.<\/p>\n\n<!--section=faq-->\n<h4>Any technical requirements?<\/h4>\n <ul>\n<li>You will need PHP5. PHP4 has been <a href=\"http:\/\/www.php.net\/archive\/2007.php#2007-07-13-1\">officially discontinued since August 8 2008<\/a>. If this plugin gives you PHP errors (T_STATIC, T_OLD_FUNCTION), you should strongly consider upgrading your PHP installation.<\/li>\n<li>You will also need at least WordPress 2.5 since WP-pluginInfo is using WordPress' <a href=\"http:\/\/codex.wordpress.org\/Shortcode_API\">ShortCode API<\/a>.<\/li>\n<\/ul>\n <h4>Markup Variables<\/h4>\n <p>Here are the available markup variables and their README equivalencies.<\/p>\n <ul>\n<li>%plugin_url%: Plugin URI<\/li>\n<li>%name%: Plugin Name<\/li>\n<li>%version%: Version<\/li>\n<li>%author%: Author<\/li>\n<li>%author_url%: Author URI<\/li>\n<li>%description%: : Description (stripped of HTML for security)<\/li>\n<li>%extend_url%: An automagic guess at the WordPress Extend plugin URL<\/li>\n<\/ul>\n <h4>Available Shortcodes<\/h4>\n <p>Valid shortcode syntax:<\/p>\n <ul>\n<li><code>[plugininfo \/]<\/code>: Lists all activated plugin using markup in WP-pluginInfo's template.php<\/li>\n<li><code>[plugininfo]&lt;p&gt;&lt;a href=\"%plugin_url%\" target=\"_blank\"&gt;%name%&lt;\/a&gt; version %version% by &lt;a href=\"%author_url%\" target=\"_blank\"&gt;%author%&lt;\/a&gt;: %description%&lt;\/p&gt;[\/pi]<\/code>: Lists all activated plugin using the markup between shortcode.<\/li>\n<li><code>[plugininfo wp-plugininfo \/]<\/code>: Lists information about specified plugin (in this case, wp-plugininfo). Separate items with space.<\/li>\n<\/ul>\n <p>Keep in mind there are two shortcodes that do the same thing: [pi] and [plugininfo]. You can also combine all three syntaxes described above.<\/p>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n <ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"WP-pluginInfo allows you to use a shortcode to list information about your activated plugins.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/11200","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=11200"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/plpetitclerc"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=11200"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=11200"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=11200"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=11200"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=11200"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=11200"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}