WPLib::get_theme_file PHP Method

get_theme_file() static public method

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