[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/Requests/ -> Hooker.php (summary)

Event dispatcher

File Size: 33 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Requests_Hooker:: (2 methods):
  register()
  dispatch()


Interface: Requests_Hooker  - X-Ref

Event dispatcher

register($hook, $callback, $priority = 0)   X-Ref
Register a callback for a hook

param: string $hook Hook name
param: callback $callback Function/method to call on event
param: int $priority Priority number. <0 is executed earlier, >0 is executed later

dispatch($hook, $parameters = array()   X-Ref
Dispatch a message

param: string $hook Hook name
param: array $parameters Parameters to pass to callbacks
return: boolean Successfulness



Generated : Thu Dec 15 08:20:01 2022 Cross-referenced by PHPXref