/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Views
NameSizeModeActions
Admin/-0755rm
Components/-0755rm
Form/-0755rm
Admin.php8000644editdlrm
IframeContentView.php27550644editdlrm
IframeView.php83770644editdlrm
Views.php7310644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/src/Views/Admin.php (800B)
load_dashboard_widgets(); // Load pages $this->load_pages(); } public function __construct() { // Do nothing } public function load_dashboard_widgets() { // Load Reports dashboard widget $reports = new Admin\DashboardWidgets\Reports(); $reports->init(); } public function load_pages() { // Load Reports page $reports = new Admin\Pages\Reports(); $reports->init(); } }