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;
	}

Changelog

Changelog
Version Description
3.6.0 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.