wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_ability_invoked › WordPress Action Hooks

Since7.1.0
Deprecatedn/a
do_action( 'wp_ability_invoked', $this->name, $input, $this )
Parameters: (3)
  • () ability_name The name of the ability.
    Required: Yes
  • () input The raw input data for the ability, before normalization.
    Required: Yes
  • () ability The ability instance.
    Required: Yes
Defined at:
Codex:

Fires when an ability is invoked, before any processing takes place.

This action fires for every call regardless of outcome (validation failure, permission denial, short-circuit, or successful execution), and before input normalization so the raw input is captured as-is.




Source

do_action( 'wp_ability_invoked', $this->name, $input, $this );