New WP.com VIP Plugins Dashboard Menu

Available under the “VIP” menu item in your administration area there is now Plugins. The Plugins Page lists all of the approved plugins that are available for you to use, as well as what plugins are already in use by your theme.

A few notes: this feature requires that your theme is using our wpcom_vip_load_plugin() helper function to load the approved plugins; it will not display or highlight plugins loaded directly using include() or require() in your theme; and this list will also not include any plugins that are within the theme (custom plugins).

3 thoughts on “New WP.com VIP Plugins Dashboard Menu

    • Good points. Regarding plugin-review-process, I think we’ll leave that for now, and continue to update the includes as part of the review process. It’s important to appreciate that there is no magic here, only a little bit of beautification 😉

      ack is your friend.

      $ ack --php 'function wpcom_vip_load_plugin'
      vip-do-not-include-on-wpcom/vip-local-development-helper/vip-local-development-helper.php
      26:function wpcom_vip_load_plugin( $plugin = false, $folder = 'plugins' ) {

Comments are closed.