| Current Path : /home/ereika83/www/wp-content/plugins/microthemer/includes/inactive-loading/ |
| Current File : /home/ereika83/www/wp-content/plugins/microthemer/includes/inactive-loading/functions.php-code.txt |
/* Begin Microthemer Code */
if (!defined('MT_IS_ACTIVE')) {
$file = ABSPATH . 'wp-content/micro-themes/AssetLoad.php'; // modify this for WP multisite
// Load MT AssetLoad class if it's available, and hasn't been loaded yet
if (!class_exists('\Microthemer\AssetLoad') && file_exists($file)){
require_once $file;
new Microthemer\AssetLoad(true);
}
}
/* End Microthemer Code */