Write the CSS to the filesystem.
Return
string|false Returns the absolute path of the file on success, or false on fail.Related
| Uses | Description |
|---|---|
WPTT_WebFont_Loader::get_local_stylesheet_path()includes/libraries/wptt-webfont-loader.php | Get the stylesheet path. |
WPTT_WebFont_Loader::get_filesystem()includes/libraries/wptt-webfont-loader.php | Get the filesystem. |
WPTT_WebFont_Loader::get_fonts_folder()includes/libraries/wptt-webfont-loader.php | Get the folder for fonts. |
WPTT_WebFont_Loader::get_styles()includes/libraries/wptt-webfont-loader.php | Get styles with fonts downloaded locally. |
| 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_styles()includes/libraries/wptt-webfont-loader.php | Get styles with fonts downloaded locally. |
WPTT_WebFont_Loader::get_local_stylesheet_contents()includes/libraries/wptt-webfont-loader.php | Get local stylesheet contents. |
Changelog
| Version | Description |
|---|---|
| 1.1.0 | Introduced. |