Hooks
Less than 1 minute
Definition
class AAM_Framework_Service_Hooks {
public deny(string $hook, string|int $priority = 10) : bool
public allow(string $hook, string|int $priority = 10) : bool
public alter(string $hook, mixed $return, string|int $priority = 10) : bool
public merge(string $hook, array $data, string|int $priority = 10) : bool
public replace(string $hook, mixed $value, string|int $priority = 10) : bool
public reset() : bool
}