GorillaClaw
Table of Contents
Classes
Functions
- find_actions() : HookCollection
- find_actions
- find_filters() : HookCollection
- find_filters
- add_actions() : void
- add_actions
- add_filters() : void
- add_filters
- _is_callable_object() : void
- _is_callable_object
Functions
find_actions()
find_actions
find_actions(mixed $hook_name[, mixed $callback = false ]) : HookCollection
Parameters
- $hook_name : mixed
- $callback : mixed = false
Return values
HookCollectionfind_filters()
find_filters
find_filters(mixed $hook_name[, mixed $callback = false ]) : HookCollection
Parameters
- $hook_name : mixed
- $callback : mixed = false
Return values
HookCollectionadd_actions()
add_actions
add_actions(mixed $hook_name, mixed $callback[, mixed $priority = 10 ][, mixed $accepted_args = 1 ]) : void
Parameters
- $hook_name : mixed
- $callback : mixed
- $priority : mixed = 10
- $accepted_args : mixed = 1
add_filters()
add_filters
add_filters(mixed $hook_names, mixed $callback[, mixed $priority = 10 ][, mixed $accepted_args = 1 ]) : void
Parameters
- $hook_names : mixed
- $callback : mixed
- $priority : mixed = 10
- $accepted_args : mixed = 1
_is_callable_object()
_is_callable_object
_is_callable_object(mixed $callable) : void
Parameters
- $callable : mixed