Sindbad~EG File Manager

Current Path : /home/xiedrke/malino/wp-content/plugins/trendz-plus/modules/post/
Upload File :
Current File : /home/xiedrke/malino/wp-content/plugins/trendz-plus/modules/post/index.php

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

if( !class_exists( 'TrendzPlusPost' ) ) {
    class TrendzPlusPost {

        private static $_instance = null;

        public static function instance() {
            if ( is_null( self::$_instance ) ) {
                self::$_instance = new self();
            }

            return self::$_instance;
        }

        function __construct() {
            $this->load_modules();
        }

        function load_modules() {
            include_once TRENDZ_PLUS_DIR_PATH.'modules/post/customizer/index.php';
        }

    }
}

TrendzPlusPost::instance();

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists