PluginProbe
Property Hive / 2.2.4
Property Hive v2.2.4
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
propertyhive / templates / account / my-account.php

my-account.php in Property Hive 2.2.4, at templates/account/my-account.php

33 lines 581 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * My Account page
4 *
5 * This template can be overridden by copying it to yourtheme/propertyhive/account/my-account.php.
6 *
7 * @author PropertyHive
8 * @package PropertyHive/Templates
9 * @version 1.0.0
10 */
11
12 if ( ! defined( 'ABSPATH' ) ) {
13 exit;
14 }
15
16 //ph_print_notices();
17
18 ?>
19
20 <div class="propertyhive-my-account">
21
22 <?php
23 /**
24 * propertyhive_my_account_content hook
25 *
26 * @hooked propertyhive_my_account_navigation - 10
27 * @hooked propertyhive_my_account_sections - 20
28 */
29 do_action( 'propertyhive_my_account_content' );
30 ?>
31
32 </div>
33