Title: Feature requests
Last modified: August 22, 2016

---

# Feature requests

 *  Resolved [Hugh Lashbrooke](https://wordpress.org/support/users/hlashbrooke/)
 * (@hlashbrooke)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/feature-requests-79/)
 * This isn’t a support ticket, but merely a couple of feature requests that would
   be nice additions if they fit into your goals for the plugin:
    - Adding my WP.org username to the plugin settings so that it automatically 
      fetches my plugins for the dashboard widget
    - Option to show a random plugin from a set – would be cool as a widget to display
      a different plugin on each page load
 * Just some small things that would be cool if they’re features that you want to
   add 🙂
 * [https://wordpress.org/plugins/wp-plugin-info-card/](https://wordpress.org/plugins/wp-plugin-info-card/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Brice Capobianco](https://wordpress.org/support/users/brikou/)
 * (@brikou)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/feature-requests-79/#post-5573685)
 * Hi Hugh,
    Thanks for your suggestions, unfortunatly there is no USER API on WordPress.
   org: [http://codex.wordpress.org/WordPress.org_API](http://codex.wordpress.org/WordPress.org_API)
   So I can’t automaticaly grab author’s plugins list.
 * But your second suggestion sounds good. I’ll do something for this. Eg: adding
   a comma separated list of slugs in the shortcode then randomly display one from
   the list.
 *  Thread Starter [Hugh Lashbrooke](https://wordpress.org/support/users/hlashbrooke/)
 * (@hlashbrooke)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/feature-requests-79/#post-5573739)
 * Fair enough – didn’t know about the API restrictions there.
 * Thanks for considering the second feature – will be cool to have that added in
   🙂
 *  Plugin Author [Brice Capobianco](https://wordpress.org/support/users/brikou/)
 * (@brikou)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/feature-requests-79/#post-5573740)
 * I was thinking add :
 *     ```
       //Random slug - comma seperated list
       	if (strpos($slug,',') !== false) {
       		$slug = explode(',',$slug);
       		$slug = $slug[array_rand($slug)];
       	}
       ```
   
 * in wp-plugin-info-card-shortcode.php line 71.
    What do you think?
 *  Thread Starter [Hugh Lashbrooke](https://wordpress.org/support/users/hlashbrooke/)
 * (@hlashbrooke)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/feature-requests-79/#post-5573741)
 * Yeah that looks like it should work – that’s probably how I would do it too 🙂
 *  Plugin Author [Brice Capobianco](https://wordpress.org/support/users/brikou/)
 * (@brikou)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/feature-requests-79/#post-5573742)
 * Cool 🙂
    Will be added in the next release. With some other cool stuff!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Feature requests’ is closed to new replies.

 * ![](https://ps.w.org/wp-plugin-info-card/assets/icon.svg?rev=1031164)
 * [WP Plugin Info Card](https://wordpress.org/plugins/wp-plugin-info-card/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-plugin-info-card/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-plugin-info-card/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-plugin-info-card/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-plugin-info-card/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-plugin-info-card/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Brice Capobianco](https://wordpress.org/support/users/brikou/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/feature-requests-79/#post-5573742)
 * Status: resolved