wp_dashboard [ WordPress Function ]
wp_dashboard ( No parameters )
| Defined at: |
|
Similar Functions: wp_dashboard_empty, wp_dashboard_quota, wp_dashboard_setup, wp_dashboard_primary, wp_dashboard_plugins
Displays the dashboard.
Source
<?php
function wp_dashboard() {
$screen = get_current_screen();
$class = 'columns-' . get_current_screen()->get_columns();
?>
<div id="dashboard-widgets" class="metabox-holder <?php echo $class; ?>">
<div id='postbox-container-1' class='postbox-container'>
<?php do_meta_boxes( $screen->id, 'normal', '' ); ?>
</div>
<div id='postbox-container-2' class='postbox-container'>
<?php do_meta_boxes( $screen->id, 'side', '' ); ?>
</div>
<div id='postbox-container-3' class='postbox-container'>
<?php do_meta_boxes( $screen->id, 'column3', '' ); ?>
</div>
<div id='postbox-container-4' class='postbox-container'>
<?php do_meta_boxes( $screen->id, 'column4', '' ); ?>
</div>
</div>
<?php
wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false );
wp_nonce_field( 'meta-box-order', 'meta-box-order-nonce', false );
}
?>
Examples [ wp-snippets.com ]
Top Google Search Results
- wp_dashboard (WordPress Function) - WPSeek.com
WordPress lookup for wp_dashboard, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - WordPress › Support » Tags — wp_dashboard
Forums. Username or Email Address Password (forgot?) Register · WordPress › Support » wp_dashboard. Tag: wp_dashboard Add New » ...
wordpress.org - How to login to WP Dashboard - iThemes
wordpress-tutorials.ithemes.com - Beginner WordPress Tutorial Video - YouTube
Jun 29, 2010 ... http://foundwithprofound.com WP Dashboard Overview Tutorial. This video will give a basic overview of the WordPress dashboard including ...
www.youtube.com