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



wp_before_execute_ability › WordPress Action Hooks

Since6.9.0
Deprecatedn/a
do_action( 'wp_before_execute_ability', $this->name, $input )
Parameters: (2)
  • () ability_name The name of the ability.
    Required: Yes
  • () input The input data for the ability.
    Required: Yes
Defined at:
Codex:

Fires before an ability gets executed, after input validation and permissions check.





Source

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