PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
comments-ratings
/
core
<?php defined('ABSPATH') or die; // ensure EXT is defined if ( ! defined('EXT')) { define('EXT', '.php'); } $basepath = dirname(__FILE__).DIRECTORY_SEPARATOR; require $basepath.'core'.EXT; // load classes $interfacepath = $basepath.'interfaces'.DIRECTORY_SEPARATOR; pixreviews::require_all($interfacepath); $classpath = $basepath.'classes'.DIRECTORY_SEPARATOR; pixreviews::require_all($classpath); // load callbacks $callbackpath = $basepath.'callbacks'.DIRECTORY_SEPARATOR; pixreviews::require_all($callbackpath);
[+]
..
[+]
classes
[+]
views
[-] core.php
[edit]
[-] README.md
[edit]
[+]
interfaces
[-] bootstrap.php
[edit]
[+]
callbacks
[+]
tests
[-] defaults.php
[edit]