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



wp_after_execute_ability › WordPress Action Hooks

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

Fires immediately after an ability finished executing.





Source

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