Fires immediately after an ability finished executing.
$ability_namestring$inputmixed$resultmixed$abilityWP_Abilitywp-includes/abilities-api/class-wp-ability.php:875WP_Ability::execute() * * @param string $ability_name The name of the ability. * @param mixed $input The input data for the ability. * @param mixed $result The result of the ability execution. * @param WP_Ability $ability The ability instance. */ do_action( 'wp_after_execute_ability', $this->name, $input, $result, $this ); return $result; } /** * Wakeup magic method.Introduced in 6.9.0. One change between 6.9.7 and 7.1.0.
Signature, return type and hooks compared across 3 parsed releases.
$ability added.verified against source