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/admin/class-ph-admin-help.php +2 -0 2.2.22.3.1 View file →
@@ -14,8 +14,9 @@
14 14
15 15 /**
16 16 * PH_Admin_Help Class.
17 17 */
18 +// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound -- Legacy public global class PH_Admin_Help; preserving the existing PH_* class name is required for plugin and extension compatibility.
18 19 class PH_Admin_Help {
19 20
20 21 /**
21 22 * Hook in tabs.
@@ -40,8 +41,9 @@
40 41 'title' => __( 'Help & Support', 'propertyhive' ),
41 42 'content' =>
42 43 '<h2>' . __( 'Property Hive Help &amp; Support', 'propertyhive' ) . '</h2>' .
43 44 '<p>' . sprintf(
45 + /* translators: %s: URL to Property Hive documentation */
44 46 __( 'Should you need help understanding, using, or extending Property Hive, <a href="%s" target="_blank">please read our documentation</a>. You will find all kinds of resources including snippets, tutorials and much more.', 'propertyhive' ),
45 47 'https://docs.wp-property-hive.com'
46 48 ) . '</p>' .
47 49 '<p>' . __( 'Before asking for help, we recommend checking the documentation. Otherwise, please get in touch and a member of our team will be happy to assist.', 'propertyhive' ) . '</p>' .