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