Viewing File: /home/maglabs/exclusive/wp-content/plugins/g5-ere/templates/agent/single/meta.php
<?php
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
exit( 'Direct script access denied.' );
}
/**
* @var $meta
*/
?>
<ul class="g5ere__agent-meta list-unstyled">
<?php foreach ( $meta as $k => $v ): ?>
<li class="<?php echo esc_attr( $k ) ?>">
<?php if (isset($v['icon'])): ?>
<?php echo wp_kses_post($v['icon'])?>
<?php endif; ?>
<?php echo wp_kses_post($v['content'] ) ?>
</li>
<?php endforeach; ?>
</ul>
Back to Directory
File Manager