after_execute_ability

after_execute_ability

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.4.3

do_action('after_execute_ability') is found 1 times:

  • /vendor/wordpress/abilities-api/includes/abilities-api/class-wp-ability.php line 575
    		 * @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( 'after_execute_ability', $this->name, $input, $result );
    
    		return $result;
    	}
    
    	/**
    	 * Wakeup magic method.