get_current_blog_id [ WordPress Function ]
get_current_blog_id ( No parameters )
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_current_user_id, restore_current_blog, get_current_site, get_comment_guid, get_current_theme
Retrieve the current blog id
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/get current blog id « WordPress Codex
Description. Retrieve the current blog id. Usage. <?php get_current_blog_id() ?> Parameters. None. Return Values. (integer): Blog id. Examples. Notes ...
codex.wordpress.org - #15233 (Add get_current_blog_id()) – WordPress Trac
Currently the blog id is stored in several places. Adding get_current_blog_id() will help consolidate and give us a central place to point plugin and theme ...
core.trac.wordpress.org - get_current_blog_id (WordPress Function) - WPSeek.com
WordPress lookup for get_current_blog_id, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - get_current_blog_id() WordPress function reference, arguments and ...
get_current_blog_id(). Return. (int) Blog id. Source. function get_current_blog_id( ) { global $blog_id; return absint($blog_id); } WP Trac · GitHub. Link here. URL ...
queryposts.com