wp_before_execute_ability, $this->name, $input

wp_before_execute_ability, $this->name, $input

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('wp_before_execute_ability, $this->name, $input') is found 1 times:

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