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



wp_after_execute_ability › WordPress Action Hooks

Since7.1.0
Deprecatedn/a
do_action( 'wp_after_execute_ability', $this->name, $input, $result, $this )
Parameters: (4)
  • () 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
  • () ability The ability instance.
    Required: Yes
Defined at:
Codex:

Fires immediately after an ability finished executing.





Source

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