do_action( ‘wp_after_execute_ability’, string $ability_name, mixed $input, mixed $result )

In this article

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

VersionDescription
6.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.