Astra_Docs_Loader::get_local_docs_filename()

Get the local stylesheet filename.


Description

This is a hash, generated from the site-URL, the wp-content path and the URL. This way we can avoid issues with sites changing their URL, or the wp-content path etc.


Return

(string)


Source

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

	public function get_local_docs_filename() {
		return apply_filters( 'astra_local_docs_file_name', 'docs' );
	}

Changelog

Changelog
Version Description
4.6.0 Introduced.


User Contributed Notes

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