| Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/views/frontend/classic/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/views/frontend/classic/my-account.php |
<?php
/**
* Template for displaying content of my account page.
*/
use RealPress\Helpers\Template;
do_action( 'realpress/layout/my-account/before-render' );
if ( ! wp_is_block_theme() ) {
get_header();
}
Template::instance()->get_frontend_template_type_classic( 'my-account/content.php' );
if ( ! wp_is_block_theme() ) {
get_footer();
}