File "post-format.php"
Full Path: /home/adniftyx/public_html/wp-content/plugins/credio-addons/widgets/latest-blog-grid/post-format.php
File size: 404 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
use Elementor\Icons_Manager;
if ( has_post_format('video') ) {
$video_link = get_post_meta(get_the_ID(), 'posts_video', true);
?>
<div class="video__post mmm"><a class="popup-videos" href="<?php echo esc_url($video_link);?>">
<?php if ( $settings['video_icon'] ):
Icons_Manager::render_icon( $settings['video_icon'], [ 'aria-hidden' => 'true' ] );
endif; ?>
</a></div>
<?php } ?>