Linux 软件免费装

Extract Filters and Actions from Plugins

开发者 n7studios
wpcube
更新时间 2015年8月10日 06:40
捐献地址: 去捐款
PHP版本: 3.6 及以上
WordPress版本: 4.3
版权: GPLv2 or later
版权网址: 版权信息

标签

filters actions extract apply_filters do_action

下载

1.0 1.0.2

详情介绍:

Extract Filters and Actions lets you choose a WordPress Plugin on your installation (whether active or inactive), and find all references to apply_filters() and do_action() recursively, building output in either a HTML table or PHP array for you to then use in support documentation, personal reference etc. Options include: Example usage: Soliloquy - Hooks and Filters Support We will do our best to provide support through the WordPress forums. However, please understand that this is a free plugin, so support will be limited. Please read this article on how to properly ask for WordPress support and get it. WP Cube We produce free and premium WordPress Plugins that supercharge your site, by increasing user engagement, boost site visitor numbers and keep your WordPress web sites secure. Find out more about us at wpcube.co.uk

安装:

  1. Either upload the Plugin ZIP file to Plugins > Add New > Upload Plugin, or FTP the extracted folder to your WordPress Plugins directory
  2. Activate the Plugin through the Plugins menu in WordPress
  3. Configure the Plugin through Plugins > Extract Filters and Actions in the WordPress Administration Menu

屏幕截图:

  • Settings Screen
  • Settings Screen with Filters and Actions extracted from a WordPress Plugin

常见问题:

Output appears incorrect / cut off?

The Plugin assumes that your function calls are on a single line. For example: apply_filters( 'my_filter', $foo, $bar ); do_action( 'my_action' ); Output will not be correctly generated if your function calls are on multiple lines. For example: apply_filters(' my_filter', $foo, array( 'key' => 'value', ) );

更新日志:

1.0.2 1.0.1 1.0