get_stylesheet [ WordPress Function ]
get_stylesheet ( No parameters )
| Uses: | |
| Returns: |
|
| Defined at: |
|
Benzer Fonksiyonlar: get_stylesheet_uri, locale_stylesheet, get_stylesheet_directory, get_locale_stylesheet_uri, get_theme
Retrieve name of the current stylesheet.
The theme name that the administrator has currently set the front end theme as.
For all extensive purposes, the template name and the stylesheet name are going to be the same for most cases.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/get stylesheet « WordPress Codex
Description. Retrieve name of the current stylesheet. The theme name that the administrator has currently set the front end theme as. For all intents and purposes ...
codex.wordpress.org - Function Reference/get stylesheet directory « WordPress Codex
Description. Retrieve stylesheet directory Path for the current theme/child theme. Note: Does not contain a trailing slash. Returns an absolute server path (eg: ...
codex.wordpress.org - Function Reference/get stylesheet uri « WordPress Codex
Examples. To output the URL <?php echo get_stylesheet_uri() ?> ... Source File. get_stylesheet_uri() is located in wp-includes/theme.php.
codex.wordpress.org - get_stylesheet | A HitchHackers guide through WordPress
Feb 12, 2011 ... Definition: function get_stylesheet() {}. Retrieve name of the current stylesheet. The theme name that the administrator has currently set the front ...
hitchhackerguide.com