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

Digthis Show Action Hook

설명

Ever had that feeling where you hook into and action or a filter and for some reason your code isn’t working? well 9 / 10 the reason is your hook is in a lower priority(in case of filters) and it can simply be determined by searching through the code for that particular filer? Seems, a tedious amount of time doesn’t it? I’ve created a plugin for just that reason but it lists all hooks and filters and allows you to search through them to see whats being hooked.

To do this i’ve used a helper class from Query Monitor where I initially saw this being used, i’ve extended it to be more user friendly.

스크린샷

설치

  1. Upload the plugin files to the /wp-content/plugins/digthis-action-filters directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go to “View Filters” from the menu in the front end or alternatively use the “Show Filters” button to trigger a popup on the front end
  4. Type the name of “Action Hook” or “Filter Hook” you want to see and it will display functions attached to those. ex: init, the_content etc

후기

2017년 1월 16일
Weather your working for a client, or developing your products. We cannot deny that hooks are an integral part of WordPress. And at the same time hooks can also make a developers life a living hell, when they try to figure it out the priorities, functions names and other hook related issues. This is where this plugin comes to the rescue, not only does it help you identify the function name, it also shows you where in which file, the function is located. This give you the ability to debug hooks issues at a moments notice. Its like a light saber for a jedi 🙂 I use it in almost all of my works Kudos for to the developer for building this plugin.
모든 3 평가 읽기

기여자 & 개발자

“Digthis Show Action Hook”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Digthis Show Action Hook”(을)를 번역하세요.

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

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

변경이력

1.0.1

Do not load scripts if user is not logged in

1.0.0

First Version