WPLib::get_theme_file PHP 메소드

get_theme_file() 정적인 공개 메소드

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
리턴 string
    static function get_theme_file($local_file)
    {
        return static::theme()->get_root_dir($local_file);
    }