%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/higroup/wp-content/plugins/paid-memberships-pro/includes/
Upload File :
Create Path :
Current File : /var/www/html/higroup/wp-content/plugins/paid-memberships-pro/includes/reports.php

<?php
/*
	Load All Reports
*/
$pmpro_reports_dir = dirname(__FILE__) . "/../adminpages/reports/";
$cwd = getcwd();
chdir($pmpro_reports_dir);
foreach (glob("*.php") as $filename) 
{
	require_once($filename);
}
chdir($cwd);

/*
	Load Reports From Theme
*/
$pmpro_reports_theme_dir = get_stylesheet_directory() . "/paid-memberships-pro/reports/";
if(is_dir($pmpro_reports_theme_dir))
{
	$cwd = getcwd();
	chdir($pmpro_reports_theme_dir);
	foreach (glob("*.php") as $filename)
	{
		require_once($filename);
	}
	chdir($cwd);
}

Zerion Mini Shell 1.0