get_current_theme [ WordPress Function ]
get_current_theme ( No parameters )
| See: | |
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_current_site, get_current_site_name, get_current_screen, validate_current_theme, current_time
Retrieve current theme name.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/get current theme « WordPress Codex
6 Notes; 7 Change Log; 8 Source File; 9 Related. Description. Retrieve the name of the current theme. Usage. <?php get_current_theme() ?> Parameters. None.
codex.wordpress.org - get_current_theme | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_current_theme() { if ( $theme = get_option('current_theme') ) return $ theme; $themes = get_themes(); $theme_names ...
hitchhackerguide.com - get_current_theme (WordPress Function) - WPSeek.com
WordPress lookup for get_current_theme, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - get_current_theme() WordPress function reference, arguments and ...
get_current_theme(). Retrieve current theme display name. If the 'current_theme' option has already been set, then it will be returned instead. If it is not set, then ...
queryposts.com