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-blocks/vendor/jetpack-autoloader/class-hook-manager.php
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.