MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/bosweb/b2038/ilike2moveit.wmacwebsolutions.com/wp-content/plugins/mwt-widgets/
File Upload :
Current < : /hermes/bosweb/b2038/ilike2moveit.wmacwebsolutions.com/wp-content/plugins/mwt-widgets/functions.php

<?php

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

//assets
if (!function_exists('mover_widgets_enqueue_static')) :
	function mover_widgets_enqueue_static()
	{
		wp_register_style('mover-widgets-style', plugins_url('/assets/css/theme-widgets.css', __FILE__), array(), '0.0.1');
		wp_enqueue_style('mover-widgets-style');
	}
endif;
add_action('wp_enqueue_scripts', 'mover_widgets_enqueue_static');

//no icon for other themes as we use 'get_template_part' for SVG icons
if (!function_exists('mover_icon')) :
	function mover_icon($mwt_name, $mwt_return = false, $mwt_container_css_class = 'svg-icon')
	{
		return '';
	}
endif;

//no icon for other themes as we use 'get_template_part' for SVG icons
if (!function_exists('mover_post_format_icon')) :
	function mover_post_format_icon($mwt_post_format = '')
	{
		return '';
	}
endif;