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