Astra_WebFont_Loader::get_local_stylesheet_path()
Get the stylesheet path.
Description
Return
(string)
Source
File: inc/lib/webfont/class-astra-webfont-loader.php
public function get_local_stylesheet_path() {
if ( ! $this->local_stylesheet_path ) {
$this->local_stylesheet_path = $this->get_fonts_folder() . '/' . $this->get_local_stylesheet_filename() . '.css';
}
return $this->local_stylesheet_path;
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |