Astra_WebFont_Loader::local_file_exists()

Check if the local stylesheet exists.


Description


Return

(bool)


Source

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

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