woocommerce_cot_shop_order_search_results

woocommerce_cot_shop_order_search_results

Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_cot_shop_order_search_results') is found 1 times:

  • /src/Internal/DataStores/Orders/OrdersTableDataStore.php line 1053
    		 *
    		 * @param int[]  $order_ids Search results as an array of order IDs.
    		 * @param string $term      The search term.
    		 */
    		return array_map( 'intval', (array) apply_filters( 'woocommerce_cot_shop_order_search_results', $order_ids, $term ) );
    	}
    
    	/**
    	 * Fetch order type for orders in bulk.
    	 *
    	 * @param array $order_ids Order IDs.