# usc-e-shop/1.4.12/templates/wp_search_item.php

Welcart e-Commerce, version 1.4.12. 13 lines.

- Page: https://pluginprobe.com/plugins/usc-e-shop/1.4.12/code/templates/wp_search_item.php
- Raw: https://pluginprobe.com/plugins/usc-e-shop/1.4.12/raw/templates/wp_search_item.php
- Modified: 2011-12-13T08:55:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/usc-e-shop/1.4.12/code/templates/wp_search_item.php#L10-L20`.

```php
<?php
usces_the_item();

$html = '<div class="loopimg">
	<a href="' . get_permalink($post->ID) . '">' . usces_the_itemImage(0, 100, 100, $post, 'return') . '</a>
	</div>
	<div class="loopexp">
		<div class="field">' . $content . '</div>
	</div>
	';
$html = apply_filters( 'usces_filter_item_list_loopimg', $html, $content);
?>

```
