PluginProbe
Property Hive / 2.3.0
Property Hive v2.3.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 1.4.61 All 261 releases
← All changes | includes/ph-template-hooks.php +4 -4 1.4.492.3.0 View file →
@@ -94,10 +94,11 @@
94 94
95 95 /**
96 96 * Before Single Property Summary Div
97 97 *
98 - * @see propertyhive_show_product_images()
99 - * @see propertyhive_show_product_thumbnails()
98 + * @see propertyhive_template_not_on_market()
99 + * @see propertyhive_show_property_images()
100 + * @see propertyhive_show_property_thumbnails()
100 101 */
101 102 add_action( 'propertyhive_before_single_property_summary', 'propertyhive_template_not_on_market', 5 );
102 103 add_action( 'propertyhive_before_single_property_summary', 'propertyhive_show_property_images', 10 );
103 104 add_action( 'propertyhive_product_thumbnails', 'propertyhive_show_property_thumbnails', 20 );
@@ -108,9 +109,8 @@
108 109 * @see propertyhive_template_single_title()
109 110 * @see propertyhive_template_single_floor_area()
110 111 * @see propertyhive_template_single_price()
111 112 * @see propertyhive_template_single_meta()
112 - * @see propertyhive_template_single_actions()
113 113 * @see propertyhive_template_single_sharing()
114 114 */
115 115 add_action( 'propertyhive_single_property_summary', 'propertyhive_template_single_title', 5 );
116 116 add_action( 'propertyhive_single_property_summary', 'propertyhive_template_single_floor_area', 7 ); // commercial only
@@ -120,9 +120,9 @@
120 120
121 121 /**
122 122 * After Single Property Summary Div
123 123 *
124 - * @see propertyhive_template_loop_actions()
124 + * @see propertyhive_template_single_actions()
125 125 * @see propertyhive_template_single_features()
126 126 * @see propertyhive_template_single_summary()
127 127 * @see propertyhive_template_single_description()
128 128 */