b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/plugins/extensive-vc-addon/shortcodes/button/templates/parts/
File Upload :
Current File : E:/wordpress/wp-content/plugins/extensive-vc-addon/shortcodes/button/templates/parts/icon.php

<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

if ( function_exists( 'vc_icon_element_fonts_enqueue' ) && ! empty( $icon_library ) ) {
	vc_icon_element_fonts_enqueue( $icon_library );
	
	$iconClass = isset( ${'icon_' . $icon_library} ) ? ${'icon_' . $icon_library} : 'fa fa-adjust';
	?>
	
	<span class="evc-btn-icon <?php echo esc_attr( $iconClass ); ?>"></span>
<?php } ?>

Copyright © 2019 by b0y-101