Astra_Docs_Loader::get_base_path()
Get the base path.
Description
Return
(string)
Source
File: inc/lib/docs/class-astra-docs-loader.php
public function get_base_path() { if ( ! $this->base_path ) { $this->base_path = apply_filters( 'astra_local_docs_base_path', $this->get_filesystem()->wp_content_dir() . 'uploads' ); } return $this->base_path; }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |