Get the stylesheet path.
Return
stringRelated
| Uses | Description |
|---|---|
WPTT_WebFont_Loader::get_fonts_folder()includes/libraries/wptt-webfont-loader.php | Get the folder for fonts. |
WPTT_WebFont_Loader::get_local_stylesheet_filename()includes/libraries/wptt-webfont-loader.php | Get the local stylesheet filename. |
| Used by | Description |
|---|---|
WPTT_WebFont_Loader::get_url()includes/libraries/wptt-webfont-loader.php | Get the local URL which contains the styles. |
WPTT_WebFont_Loader::get_local_stylesheet_url()includes/libraries/wptt-webfont-loader.php | Get the local stylesheet URL. |
WPTT_WebFont_Loader::get_local_stylesheet_contents()includes/libraries/wptt-webfont-loader.php | Get local stylesheet contents. |
WPTT_WebFont_Loader::write_stylesheet()includes/libraries/wptt-webfont-loader.php | Write the CSS to the filesystem. |
WPTT_WebFont_Loader::local_file_exists()includes/libraries/wptt-webfont-loader.php | Check if the local stylesheet exists. |
Changelog
| Version | Description |
|---|---|
| 1.1.0 | Introduced. |