PATH:
home
/
letacommog
/
aacote
/
wp-content
/
plugins
/
paid-memberships-pro
/
includes
<?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); }
[+]
..
[-] services.php
[edit]
[-] recaptcha.php
[edit]
[-] upgradecheck.php
[edit]
[-] rest-api.php
[edit]
[+]
updates
[-] email.php
[edit]
[-] updates.php
[edit]
[-] states.php
[edit]
[-] license.php
[edit]
[-] content.php
[edit]
[-] login.php
[edit]
[+]
compatibility
[-] https.php
[edit]
[-] metaboxes.php
[edit]
[-] localization.php
[edit]
[-] deprecated.php
[edit]
[-] notifications.php
[edit]
[-] adminpages.php
[edit]
[-] capabilities.php
[edit]
[-] profile.php
[edit]
[+]
lib
[-] cleanup.php
[edit]
[-] countries.php
[edit]
[-] sessions.php
[edit]
[-] currencies.php
[edit]
[-] addons.php
[edit]
[-] functions.php
[edit]
[-] filters.php
[edit]
[-] xmlrpc.php
[edit]
[-] setup.sql
[edit]
[-] compatibility.php
[edit]
[-] admin.php
[edit]
[-] privacy.php
[edit]
[-] pointers.php
[edit]
[-] init.php
[edit]
[-] reports.php
[edit]