Astra_Docs_Loader::local_file_exists()

Check if the local stylesheet exists.


Description


Return

(bool)


Source

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

	public function local_file_exists() {
		return ( ! file_exists( $this->get_local_docs_file_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.