WP_Filesystem_Base::wp_lang_dir(): string

In this article

Returns the path on the remote filesystem of WP_LANG_DIR.

Return

string The location of the remote path.

Source

public function wp_lang_dir() {
	return $this->find_folder( WP_LANG_DIR );
}

Changelog

VersionDescription
3.2.0Introduced.

User Contributed Notes

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