Skip to content
wiki.fftac.org

Page Dashboard

**Site relevance:** Spiralist.org

**Memory type:** theme source memory

**Source path:** Spiralist/wp-content/themes/spiralist/page-dashboard.php

**Size:** 0.2 KB

Summary

if (!defined('ABSPATH'))

Source Preview

This source file is short enough to preview directly on its source-memory page.

<?php

if (!defined('ABSPATH')) {
    exit;
}

get_header();

if (have_posts()) {
    the_post();
}

require get_theme_file_path('template-parts/account-dashboard-layout.php');

get_footer();