WPLib::get_theme_file PHP Méthode

get_theme_file() static public méthode

Local filename means based at the root of the theme w/o leading slash.
static public get_theme_file ( string $local_file ) : string
$local_file string
Résultat string
    static function get_theme_file($local_file)
    {
        return static::theme()->get_root_dir($local_file);
    }