home/wwgoat/public_html/blog/wp-includes/Requests/src/HookManager.php 0000644 00000001305 14720674232 0021777 0 ustar 00 0 is executed later
*/
public function register($hook, $callback, $priority = 0);
/**
* Dispatch a message
*
* @param string $hook Hook name
* @param array $parameters Parameters to pass to callbacks
* @return boolean Successfulness
*/
public function dispatch($hook, $parameters = []);
}