wp_dashboard example


        do_action( 'welcome_panel' );
        ?> </div> <?php endif; ?> <div id="dashboard-widgets-wrap"> <?php wp_dashboard(); ?> </div><!-- dashboard-widgets-wrap --> </div><!-- wrap --> <?php wp_print_community_events_templates();

require_once ABSPATH . 'wp-admin/admin-footer.php';
add_thickbox();

require_once ABSPATH . 'wp-admin/admin-header.php';

?> <div class="wrap"> <h1><?php echo esc_html( $title ); ?></h1> <div id="dashboard-widgets-wrap"> <?php wp_dashboard(); ?> <div class="clear"></div> </div><!-- dashboard-widgets-wrap --> </div><!-- wrap --> <?php wp_print_community_events_templates();
require_once ABSPATH . 'wp-admin/admin-footer.php';
Home | Imprint | This part of the site doesn't use cookies.