이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Debug Bar Actions and Filters Addon

설명

This plugin adds two more tabs in the Debug Bar to display hooks(Actions and Filters) attached to the current request. Actions tab displays the actions hooked to current request. Filters tab displays the filter tags along with the functions attached to it with respective priority.

Important

This plugin requires the Debug Bar plugin to be installed and activated.

Also note that this plugin should be used solely for debugging and/or in a development environment and is not intended for use on a production site.

If you like this plugin, please rate and/or review it. If you have ideas on how to make the plugin even better or if you have found any bugs, please report these in the Support Forum or in the GitHub repository.

스크린샷

  • Debug Bar displaying Actions
  • Debug Bar displaying Filters

설치

  1. Install Debug Bar if not already installed (https://wordpress.org/plugins/debug-bar/)
  2. Extract the .zip file for this plugin and upload its contents to the /wp-content/plugins/ directory. Alternatively, you can install directly from the Plugin directory within your WordPress Install.
  3. Activate the plugin through the “Plugins” menu in WordPress.

Note:
Debug Bar plugin must be installed prior to this.

Don’t use this on Live/Production site. This is only for development purpose.

FAQ

Can it be used on live site ?

This plugin is only meant to be used for development purposes, but shouldn’t cause any issues if run on a production site.

후기

2021년 6월 9일
Fantastic plugin, just what I needed to see what actions and filters to hook! And in what order/sequence they were being fired. Works with WordPress 5.7.2 which is the version I am using.
모든 8 평가 읽기

기여자 & 개발자

“Debug Bar Actions and Filters Addon”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Debug Bar Actions and Filters Addon”(이)가 3 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Debug Bar Actions and Filters Addon”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.5.5

  • Bugfix: Fatal error due to invokable objects #22 . Thank you @eimanavicius for #20
  • License with GPLv2 (or later) #23 . Thank you @nextgenthemes
  • Confirm WP 6.0 compatibility

1.5.4

  • Improve the travis build #22

1.5.3

  • README: Add “Requires PHP” header
  • Confirm WP 4.8.1 compatibility

1.5.2

  • Fix compatibility with WP 4.7
  • Add the plugin to recently_active plugins list if self-deactivating
  • Defer to the wp-content/languages directory for the loading of translations
  • Update all wordpress.org URLs to use https
  • Defer to translation retrieved from GlotPress, leaner language loading and language loading now compatible with use of the plugin in the must-use plugins directory

1.5.1

  • Leaner language loading
  • Fix some layout issues

1.5

  • Show total hooks run at the top of the action hooks panel
  • Show various totals at the top of the filters panel
  • Change layout of the filters panel to a table to make it more compact
  • Show the filters sorted alphabetically
  • Allow for localization of the plugin
  • Fix compatibility with the Plugin Dependencies plugin
  • Add parent plugin requirement check.

1.4.1

  • Bugfix: Make sure the plugin will not give a parse error on PHP < 5.3 for Closure check

1.4

  • Bugfix: callbacks given as array were no longer showing
  • Enhancement: clear distinction between object method calls and static class calls

1.3

  • Fixed HTML Validation error: “Saw U+0000 in stream.”
  • Moved css to separate file

1.2

  • Fix for a closure issue.

1.1

  • Fix for a fatal error because of BuddyPress hooks
  • Closed the ul tag.

1.0

Adding the initial plugin to WordPress plugins directory.