get_dashboard_blog [ WordPress Function ]
get_dashboard_blog ( No parameters )
| Uses: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_dashboard_url, wp_dashboard_plugins, wp_dashboard, wp_dashboard_quota, wp_dashboard_browser_nag
Get the "dashboard blog", the blog where users without a blog edit their profile data.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/get dashboard blog « WordPress Codex
Description. Get the "dashboard blog", the blog where users without a blog edit their profile data. Usage. <?php get_dashboard_blog(); ?> Parameters. None ...
codex.wordpress.org - Docs for page ms-functions.php
int get_dashboard_blog (). get_dirsize (line 1409). Get the size of a directory. A helper function that is used primarily to check whether a blog has exceeded its ...
phpdoc.wordpress.org - ms-functions.php
May 7, 2010 ... get_dashboard_blog(). get_dirsize(). get_most_active_blogs(). get_most_recent_post_of_user(). get_sitestats(), Multi-site WordPress API ...
www.tig12.net - Gform user registration add option section - GravityForms
... $parent_blog = get_dashboard_blog(); $current_blog = $GLOBALS['blog_id']; if($parent_blog->blog_id != $current_blog) return; ?> <div id="multsite_options" ...
www.gravityhelp.com