Astra_Docs_Loader::get_base_url()

Get the base URL.


Description


Return

(string)


Source

File: inc/lib/docs/class-astra-docs-loader.php

	public function get_base_url() {
		if ( ! $this->base_url ) {
			$this->base_url = apply_filters( 'astra_local_docs_base_url', content_url() . '/uploads' );
		}
		return $this->base_url;
	}

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

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