is_blog_admin [ WordPress Function ]
is_blog_admin ( No parameters )
| Returns: |
|
| Defined at: |
|
Whether the current request is for a blog admin screen /wp-admin/
Does not inform on whether the user is a blog admin! Use capability checks to tell if the user should be accessing a section or not.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/is blog admin « WordPress Codex
Description. Whether the current request is for a blog admin screen /wp-admin/. Does not inform on whether the user is a blog admin! Use capability checks to ...
codex.wordpress.org - Docs for page load.php
return: True if inside WordPress administration pages. since: 1.5.1. bool is_admin (). is_blog_admin (line 601). Whether the current request is for a blog admin ...
phpdoc.wordpress.org - is_blog_admin | A HitchHackers guide through WordPress
Feb 24, 2011 ... Source code. function is_blog_admin() { if ( defined( 'WP_BLOG_ADMIN' ) ) return WP_BLOG_ADMIN; return false; }. 9865 ...
hitchhackerguide.com - is_blog_admin (WordPress Function) - WPSeek.com
WordPress lookup for is_blog_admin, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com