PluginProbe
Property Hive / 2.4.0
Property Hive v2.4.0
2.4.0 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 All 262 releases
← All changes | templates/content-single-property.php +3 -1 1.4.6 → 2.4.0 View file →
@@ -16,8 +16,9 @@
16 16
17 17 <?php
18 18 if ( post_password_required() )
19 19 {
20 + // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- WordPress returns the escaped password form HTML and its trusted PHP form filter.
20 21 echo get_the_password_form();
21 22 return;
22 23 }
23 24 ?>
@@ -27,8 +28,9 @@
27 28 <?php
28 29 /**
29 30 * propertyhive_before_single_property_summary hook
30 31 *
32 + * @hooked propertyhive_template_not_on_market - 5
31 33 * @hooked propertyhive_show_property_images - 10
32 34 */
33 35 do_action( 'propertyhive_before_single_property_summary' );
34 36 ?>
@@ -61,5 +63,5 @@
61 63 */
62 64 do_action( 'propertyhive_after_single_property_summary' );
63 65 ?>
64 66
65 -</div><!-- #property-<?php the_ID(); ?> -->
67 +</div><!-- #property-<?php the_ID(); ?> -->