Switch language

wpseek.com
A WordPress-centric search engine for devs and theme authors




wp_templating_constants [ WordPress Function ]

wp_templating_constants ( No parameters )
Defined at:



Defines templating related WordPress constants

Source


<?php
function wp_templating_constants( ) {
    
/**
     * Filesystem path to the current active template directory
     * @since 1.5.0
     */
    
define('TEMPLATEPATH'get_template_directory());

    
/**
     * Filesystem path to the current active template stylesheet directory
     * @since 2.1.0
     */
    
define('STYLESHEETPATH'get_stylesheet_directory());

    
/**
     * Slug of the default theme for this install.
     * Used as the default theme when installing new sites.
     * Will be used as the fallback if the current theme doesn't exist.
     * @since 3.0.0
     */
    
if ( !defined('WP_DEFAULT_THEME') )
        
define'WP_DEFAULT_THEME''twentyeleven' );

}
?>

Examples [ wp-snippets.com ]

Google Arama Sonuçlarý

Dahasý ...

Kullanýcý Tartýþmalarý [ wordpress.org ]

- Bulunamadý -

Yeni bir konu yaz ...

0 User Note(s)

Henüz yok. Ýlk sen ol!

Yeni Ekle ...



HTML5 Powered with CSS3 / Styling, Performance & Integration, and Semantics