File "starter-templates-importer.php"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/astra-sites/inc/lib/starter-templates-importer/starter-templates-importer.php
File size: 564 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Plugin Name: Starter Templates Importer
* Description: Library which interacts with Starter Templates and provide multiple useful modules.
* Author: Brainstorm Force
* Version: 1.1.20
* License: GPL v2
* Text Domain: st-importer
*
* @package Starter Templates Importer
*/
// Exit if Starter Templates Importer is already loaded.
if ( defined( 'ST_IMPORTER_DIR' ) ) {
return;
}
// Load the Starter Templates Importer Loader.
if ( apply_filters( 'starter_templates_importer_load_library', true ) ) {
require_once 'st-importer-loader.php';
}