這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Prioritize Hooks

外掛說明

Prioritize Hooks allows the overriding of the priority of various filters and actions hooked by plugins and themes.
A list of non-core actions and filters registered before the admin_init action will be shown in the
Prioritize Hooks settings page, with the option of overriding the priority of any that you should so wish. At the moment,
the hook cannot be changed, just the priority of that callback within its respective hook. Note that priorities will not
be overridden until the wp_loaded action is run. To disabled a hook, use hyphen(-) as the priority.
Leave a priority blank to reset it.

螢幕擷圖

  • A sample view of the Prioritize Hooks settings page where I have overridden the AddCommentsAdds filter attached to the_content hook.

安裝方式

  1. Unpack the plugin zip and upload the contents to the /wp-content/plugins/ directory. Alternatively, upload the plugin zip via the install screen within the WordPress Plugins manager
  2. Activate the plugin through the Plugins manager in WordPress
  3. Override hooks in the override page under Tools.

常見問題集

Can I override hooks registered after admin_init?

No, not through the settings page. However, the plugin is written in a way that allows for a theme/plugin to call on the overriding functionality at any time.

使用者評論

2020 年 8 月 6 日
I just installed this plugin and received a bunch of error messages. I hope this plugin gets updated. Thx
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Prioritize Hooks〉的開發相關工作。

參與者

將〈Prioritize Hooks〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.2

  • Added functionality for disabling hooks. use hyphen(-) as the priority.
  • Moved Prioritize Hooks under Tools
  • Updated code quality to modern WordPress standards

1.1.4

  • minor code changes

1.1.2

  • Added jQuery UI accordion to the settings page to tidy away the callbacks

1.0.3

  • First stable version.