Fires immediately after an ability finished executing.
$ability_namestring$inputmixed$resultmixedwp-includes/abilities-api/class-wp-ability.php:652WP_Ability::execute() * @since 6.9.0 * * @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. */ do_action( 'wp_after_execute_ability', $this->name, $input, $result ); 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