Astra_WebFont_Loader::local_file_exists()
Check if the local stylesheet exists.
Description
Return
(bool)
Source
File: inc/lib/webfont/class-astra-webfont-loader.php
public function local_file_exists() { return ( ! file_exists( $this->get_local_stylesheet_path() ) ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |