PluginProbe
Welcart e-Commerce / 1.3.8
Welcart e-Commerce v1.3.8
2.12.4 2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 All 292 releases
usc-e-shop / templates / wp_search_item.php

wp_search_item.php in Welcart e-Commerce 1.3.8, at templates/wp_search_item.php

13 lines 327 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 usces_the_item();
3
4 $html = '<div class="loopimg">
5 <a href="' . get_permalink($post->ID) . '">' . usces_the_itemImage(0, 100, 100, $post, 'return') . '</a>
6 </div>
7 <div class="loopexp">
8 <div class="field">' . $content . '</div>
9 </div>
10 ';
11 $html = apply_filters( 'usces_filter_item_list_loopimg', $html, $content);
12 ?>
13