eeb_ready
Description:
The callback function that you can use to protect other functions using a single filter.
Parameter | Type | Description |
---|---|---|
array($this, ‘eeb_ready_callback_filter’) | function | Returns the current class’ callback filter |
$this | class | Returns the current class ($this) |
do_action('eeb_ready', array($this, 'eeb_ready_callback_filter'), $this);