You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.
Plugin Name: SZN - Template System : Content HTML code & MySQL query generator (Content Output for each specific content).
Plugin URI: http://www.dentrist.com/
Description: Specific PHP process to produce desired output from request. This function selects and aggregated content according to parameters and pages requested: eitehr main page, archive, cu$
Version: 1.0
Author: SZN
Author URI: http://www.dentrist.com/
License: Help yourselves to the shelves
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
// Autoloaders
require_once('dependencies/services_composer_dependencyManager/vendor/autoload.php'); // Symbolic link to "services_dependency" - Composer classes - e.g. Firebase classes.
\SZN\App::$locations['plugin']['url'] = WPMU_PLUGIN_URL . '/SZN_template_system'; // !!! SHOULD Change plugin_dir_url returned incorrect path with url.
new \SZN\App(); // Create main instance of App & Initialize settings.