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

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

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