wp_after_execute_ability, $this->name, $input, $result
wp_after_execute_ability, $this->name, $input, $result
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('wp_after_execute_ability, $this->name, $input, $result') is found 1 times:
- /vendor/wordpress/abilities-api/includes/abilities-api/class-wp-ability.php line 617
* @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.