Astra_Docs_Loader::get_local_docs_file_path()
Get the stylesheet path.
Description
Return
(string)
Source
File: inc/lib/docs/class-astra-docs-loader.php
public function get_local_docs_file_path() {
if ( ! $this->local_stylesheet_path ) {
$this->local_stylesheet_path = $this->get_docs_folder() . '/' . $this->get_local_docs_filename() . '.json';
}
return $this->local_stylesheet_path;
}
Expand full source code Collapse full source code View on Trac
Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |