Current Path : /home/ncdcgo/public_html/wp-content/plugins/nprojects/classes/ |
Current File : /home/ncdcgo/public_html/wp-content/plugins/nprojects/classes/nprojects-front.php |
<?php /** * WARNING: This file is part of the Projects plugin. DO NOT edit * this file under any circumstances. */ /** * Prevent direct access to this file */ defined( 'ABSPATH' ) or die(); /** * @package Projects * @author Binh Pham Thanh <binhpham@linethemes.com> */ final class nProjects_Front extends nProjects_Base { protected function __construct() { } }