get_dashboard_blog [ WordPress Function ]
get_dashboard_blog ( No parameters )
| Uses: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: 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 ]
Google Arama Sonuçlarý
- 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 - 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 - WPMS Dashboard Blog - 7 Media Web Solutions, LLC
Aug 18, 2011 ... It was easy to create this plugin because all I did was tap into the function that was still present in the core which is get_dashboard_blog. Now ...
www.7mediaws.org