wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-admin/includes/dashboard.php › WordPress File
Functions30
› WordPress Dashboard Widget Administration Screen API
Function | Short description |
---|---|
dashboard_browser_nag_class | Adds an additional class to the browser nag if the current version is insecure. |
dashboard_php_nag_class | Adds an additional class to the PHP nag if the current version is insecure. |
wp_add_dashboard_widget | Adds a new dashboard widget. |
wp_check_browser_version | Checks if the user needs a browser update. |
wp_dashboard | Displays the dashboard. |
wp_dashboard_browser_nag | Displays the browser update nag. |
wp_dashboard_cached_rss_widget | Checks to see if all of the feed url in $check_urls are cached. |
wp_dashboard_empty | Outputs empty dashboard widget to be populated by JS later. |
wp_dashboard_events_news | Renders the Events and News dashboard widget. |
wp_dashboard_php_nag | Displays the PHP update nag. |
wp_dashboard_primary | 'WordPress Events and News' dashboard widget. |
wp_dashboard_primary_output | Displays the WordPress events and news feeds. |
wp_dashboard_quick_press | Displays the Quick Draft widget. |
wp_dashboard_quota | Displays file upload quota on dashboard. |
wp_dashboard_recent_comments | Show Comments section. |
wp_dashboard_recent_drafts | Show recent drafts of the user on the dashboard. |
wp_dashboard_recent_posts | Generates Publishing Soon and Recently Published sections. |
wp_dashboard_right_now | Dashboard widget that displays some basic stats about the site. |
wp_dashboard_rss_control | Sets up the RSS dashboard widget control and $args to be used as input to wp_widget_rss_form(). |
wp_dashboard_rss_output | Display generic dashboard RSS widget feed. |
wp_dashboard_setup | Registers dashboard widgets. |
wp_dashboard_site_activity | Outputs the Activity widget. |
wp_dashboard_site_health | Displays the Site Health Status widget. |
wp_dashboard_trigger_widget_control | Calls widget control callback. |
wp_network_dashboard_right_now | - |
wp_print_community_events_markup | Prints the markup for the Community Events section of the Events and News Dashboard widget. |
wp_print_community_events_templates | Renders the events templates for the Event and News widget. |
wp_welcome_panel | Displays a welcome panel to introduce users to WordPress. |
_wp_dashboard_control_callback | Outputs controls for the current dashboard widget. |
_wp_dashboard_recent_comments_row | Outputs a row for the Recent Comments widget. |