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