PluginProbe
Property Hive / 2.3.1
Property Hive v2.3.1
2.3.1 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 All 261 releases
← All changes | includes/class-ph-key-date.php +1 -0 2.2.42.3.1 View file →
@@ -5,8 +5,9 @@
5 5 // Exit if accessed directly
6 6 exit;
7 7 }
8 8
9 +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound -- Legacy public global class PH_Key_Date; preserving the existing PH_* class name is required for plugin and extension compatibility.
9 10 class PH_Key_Date {
10 11
11 12 /** @var int */
12 13 public $id;