PluginProbe
Property Hive / 2.3.0
Property Hive v2.3.0
2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 1.4.61 1.4.62 All 260 releases
propertyhive / includes / admin / reports / class-ph-admin-report.php

class-ph-admin-report.php in Property Hive 2.3.0, at includes/admin/reports/class-ph-admin-report.php

22 lines 534 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 if ( ! defined( 'ABSPATH' ) ) {
4 exit; // Exit if accessed directly
5 }
6
7 /**
8 * Admin Report.
9 *
10 * Extended by reports to show charts and stats in admin.
11 *
12 * @author PropertyHive
13 * @category Admin
14 * @package PropertyHive/Admin/Reports
15 * @version 1.0.0
16 */
17 // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound -- Legacy public global class PH_Admin_Report; preserving the existing PH_* class name is required for plugin and extension compatibility.
18 class PH_Admin_Report {
19
20
21 }
22