WP_Filesystem_Base::cwd()

Get the current working directory.


Return

(string|bool) The current working directory on success, or false on failure.


Source

File: wp-admin/includes/class-wp-filesystem-base.php

	public function cwd() {
		return false;
	}


Changelog

Changelog
Version Description
WP-2.5.0 Introduced.