Fires immediately after an ability finished executing.
Parameters
$ability_namestring- The name of the ability.
$inputmixed- The input data for the ability.
$resultmixed- The result of the ability execution.
Source
do_action( 'wp_after_execute_ability', $this->name, $input, $result );
Changelog
| Version | Description |
|---|---|
| 6.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.