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/ph-template-hooks.php +8 -4 1.4.52.3.1 View file →
@@ -94,11 +94,13 @@
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 */
102 +add_action( 'propertyhive_before_single_property_summary', 'propertyhive_template_not_on_market', 5 );
101 103 add_action( 'propertyhive_before_single_property_summary', 'propertyhive_show_property_images', 10 );
102 104 add_action( 'propertyhive_product_thumbnails', 'propertyhive_show_property_thumbnails', 20 );
103 105
104 106 /**
@@ -107,9 +109,8 @@
107 109 * @see propertyhive_template_single_title()
108 110 * @see propertyhive_template_single_floor_area()
109 111 * @see propertyhive_template_single_price()
110 112 * @see propertyhive_template_single_meta()
111 - * @see propertyhive_template_single_actions()
112 113 * @see propertyhive_template_single_sharing()
113 114 */
114 115 add_action( 'propertyhive_single_property_summary', 'propertyhive_template_single_title', 5 );
115 116 add_action( 'propertyhive_single_property_summary', 'propertyhive_template_single_floor_area', 7 ); // commercial only
@@ -119,9 +120,9 @@
119 120
120 121 /**
121 122 * After Single Property Summary Div
122 123 *
123 - * @see propertyhive_template_loop_actions()
124 + * @see propertyhive_template_single_actions()
124 125 * @see propertyhive_template_single_features()
125 126 * @see propertyhive_template_single_summary()
126 127 * @see propertyhive_template_single_description()
127 128 */
@@ -149,8 +150,11 @@
149 150 add_action( 'propertyhive_my_account_section_dashboard', 'propertyhive_my_account_dashboard', 10 );
150 151 add_action( 'propertyhive_my_account_section_details', 'propertyhive_my_account_details', 10 );
151 152 add_action( 'propertyhive_my_account_section_requirements', 'propertyhive_my_account_requirements', 10 );
152 153 add_action( 'propertyhive_my_account_section_applicant_viewings', 'propertyhive_my_account_applicant_viewings', 10 );
154 +add_action( 'propertyhive_my_account_section_owner_properties', 'propertyhive_my_account_owner_properties', 10 );
155 +add_action( 'propertyhive_my_account_section_owner_viewings', 'propertyhive_my_account_owner_viewings', 10 );
156 +add_action( 'propertyhive_my_account_section_delete', 'propertyhive_my_account_delete', 10 );
153 157
154 158 /**
155 159 * Footer
156 160 *