before_execute_ability

before_execute_ability

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.10.4.3

do_action('before_execute_ability') is found 1 times:

  • /vendor/wordpress/abilities-api/includes/abilities-api/class-wp-ability.php line 554
    		 *
    		 * @param string $ability_name The name of the ability.
    		 * @param mixed  $input        The input data for the ability.
    		 */
    		do_action( 'before_execute_ability', $this->name, $input );
    
    		$result = $this->do_execute( $input );
    		if ( is_wp_error( $result ) ) {
    			return $result;
    		}