Sindbad~EG File Manager
<?php
/**
* The template for displaying the "pwb-brand" shortcode
*
* @version 1.0.0
*/
defined( 'ABSPATH' ) || die( 'No script kiddies please!' );
?>
<?php if ( ! empty( $brands ) ) : ?>
<div class="pwb-brand-shortcode">
<?php foreach ( $brands as $brand ) : ?>
<a href="<?php echo esc_url( $brand->term_link ); ?>" title="<?php esc_html_e( 'View brand', 'perfect-woocommerce-brands' ); ?>">
<?php if ( ! $as_link && ! empty( $brand->image ) ) : ?>
<?php echo wp_kses_post( $brand->image ); ?>
<?php else : ?>
<?php echo esc_html( $brand->name ); ?>
<?php endif; ?>
</a>
<?php if ( $description && ! empty( $brand->description ) ) : ?>
<div>
<?php echo wp_kses_post( $brand->description ); ?>
</div>
<?php endif; ?>
<?php endforeach; ?>
</div>
<?php endif; ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists