Codex

Function Reference/get stylesheet directory

Contents

Description

Retrieve stylesheet directory path for current theme.

Usage

<?php get_stylesheet_directory() ?>

Parameters

None.

Return Values

(string) 
Path to current theme directory.

Examples

Notes

Change Log

Since: 1.5.0

Source File

get_stylesheet_directory() is located in wp-includes/theme.php.

Related