| [ XREF Home ] [ Index ] |
PHP Cross Reference of WordPress TrunkProvided by Yoast |
[Source view] [Print] [Project Stats]
WordPress Dashboard Widget Administration Screen API
| File Size: | 1243 lines (49 kb) |
| Included or required: | 5 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| wp_dashboard_setup() X-Ref |
| Registers dashboard widgets. Handles POST data, sets up filters. |
| wp_add_dashboard_widget( $widget_id, $widget_name, $callback, $control_callback = null ) X-Ref |
| No description |
| _wp_dashboard_control_callback( $dashboard, $meta_box ) X-Ref |
| No description |
| wp_dashboard() X-Ref |
| Displays the dashboard. |
| wp_dashboard_right_now() X-Ref |
| No description |
| wp_network_dashboard_right_now() X-Ref |
| No description |
| wp_dashboard_quick_press() X-Ref |
| No description |
| wp_dashboard_recent_drafts( $drafts = false ) X-Ref |
| No description |
| wp_dashboard_recent_comments() X-Ref |
| Display recent comments dashboard widget content. |
| _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) X-Ref |
| No description |
| wp_dashboard_recent_comments_control() X-Ref |
| The recent comments dashboard widget control. |
| wp_dashboard_incoming_links() X-Ref |
| No description |
| wp_dashboard_incoming_links_output() X-Ref |
| Display incoming links dashboard widget content. |
| wp_dashboard_incoming_links_control() X-Ref |
| No description |
| wp_dashboard_primary() X-Ref |
| No description |
| wp_dashboard_primary_control() X-Ref |
| No description |
| wp_dashboard_rss_output( $widget_id ) X-Ref |
| {@internal Missing Short Description}} param: string $widget_id |
| wp_dashboard_secondary() X-Ref |
| No description |
| wp_dashboard_secondary_control() X-Ref |
| No description |
| wp_dashboard_secondary_output() X-Ref |
| Display secondary dashboard RSS widget feed. return: unknown |
| wp_dashboard_plugins() X-Ref |
| No description |
| wp_dashboard_plugins_output() X-Ref |
| Display plugins most popular, newest plugins, and recently updated widget text. |
| wp_dashboard_cached_rss_widget( $widget_id, $callback, $check_urls = array() X-Ref |
| Checks to see if all of the feed url in $check_urls are cached. If $check_urls is empty, look for the rss feed url found in the dashboard widget optios of $widget_id. If cached, call $callback, a function that echoes out output for this widget. If not cache, echo a "Loading..." stub which is later replaced by AJAX call (see top of /wp-admin/index.php) param: string $widget_id param: callback $callback param: array $check_urls RSS feeds return: bool False on failure. True on success. |
| wp_dashboard_trigger_widget_control( $widget_control_id = false ) X-Ref |
| Calls widget control callback. param: int $widget_control_id Registered Widget ID. |
| wp_dashboard_rss_control( $widget_id, $form_inputs = array() X-Ref |
| The RSS dashboard widget control. Sets up $args to be used as input to wp_widget_rss_form(). Handles POST data from RSS-type widgets. param: string $widget_id param: array $form_inputs |
| wp_dashboard_quota() X-Ref |
| No description |
| wp_dashboard_browser_nag() X-Ref |
| No description |
| dashboard_browser_nag_class( $classes ) X-Ref |
| No description |
| wp_check_browser_version() X-Ref |
| Check if the user needs a browser update |
| wp_dashboard_empty() X-Ref |
| Empty function usable by plugins to output empty dashboard widget (to be populated later by JS). |
| Generated: Wed Jun 1 08:30:02 2011 |
Cross-referenced by PHPXref 0.7 Provided by Yoast and awesome WordPress Hosting |