wp_after_execute_ability
wp_after_execute_ability
Appears in: wordpress-6.9
Hook Type: action
Displaying hooks found in version: wordpress-6.9do_action('wp_after_execute_ability') is found 1 times:
- /wp-includes/abilities-api/class-wp-ability.php line 652
* @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.