WP_Filesystem_Base::cwd()

Get the current working directory.


Description Description


Return Return

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


Top ↑

Source Source

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

	public function cwd() {
		return false;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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