Hook_Manager

Allows the latest autoloader to register hooks that can be removed when the autoloader is reset.


Description Description


Source Source

File: packages/woocommerce-admin/vendor/jetpack-autoloader/class-hook-manager.php


			

Top ↑

Methods Methods

  • __construct — The constructor.
  • add_action — Adds an action to WordPress and registers it internally.
  • add_filter — Adds a filter to WordPress and registers it internally.
  • reset — Removes all of the registered hooks.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.