PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
plugins
/
dc-woocommerce-multi-vendor
/
templates
/
widget
<?php /** * The template for displaying demo plugin content. * * Override this template by copying it to yourtheme/dc-product-vendor/widget/vendor-info.php * * @author WC Marketplace * @package dc-product-vendor/Templates * @version 0.0.1 */ global $WCMp; ?> <h4><?php echo $vendor->page_title; ?> </h4> <?php $description = strip_tags($vendor->description); if (strlen($description) > 250) { // truncate string $stringCut = substr($description, 0, 250); // make sure it ends in a word so assassinate doesn't become ass... $description = substr($stringCut, 0, strrpos($stringCut, ' ')).'...'; } ?> <p><?php echo $description; ?> </p> <p> <a href="<?php echo esc_attr( $vendor->permalink ); ?>" title="<?php echo sprintf( __( 'More Products from %1$s', 'dc-woocommerce-multi-vendor' ), $vendor->page_title ); ?>"> <?php echo sprintf( __( 'More Products from %1$s', 'dc-woocommerce-multi-vendor' ), $vendor->page_title );?> </a> </p>
[+]
..
[-] quick-info.php
[edit]
[-] vendor-info.php
[edit]
[-] store-location.php
[edit]
[-] vendor-list.php
[edit]