How to filter tracking form result SQL Query

function custom_wpcargo_trackform_shipment_number_query_callback( $sql, $shipment_number ){
	/*
	 * By Default here is the sql query
	 */
	$sql = "SELECT `ID` FROM `{$wpdb->prefix}posts` WHERE post_title = '{$shipment_number}' AND `post_status` = 'publish' AND `post_type` = 'wpcargo_shipment' LIMIT 1";
	return $sql;
}
add_filter( 'wpcargo_trackform_shipment_number_query', 'custom_wpcargo_trackform_shipment_number_query_callback' );
2
    2
    Your Cart
    Remove
    WPCargo Shipment Rate
    1 X $79.00 = $79.00
    Remove