WPLib::root_dir PHP Méthode

root_dir() static public méthode

Return the root directory of the Lib/App/Site/Module/Theme class.
static public root_dir ( ) : string
Résultat string
    static function root_dir()
    {
        return static::get_root_dir('', get_called_class());
    }