WP_Filesystem_Base::cwd()
Gets the current working directory.
Method of the class: WP_Filesystem_Base{}
No Hooks.
Return
String|false
. The current working directory on success, false on failure.
Usage
$WP_Filesystem_Base = new WP_Filesystem_Base(); $WP_Filesystem_Base->cwd();
Changelog
Since 2.5.0 | Introduced. |
WP_Filesystem_Base::cwd() WP Filesystem Base::cwd code WP 6.6.2
public function cwd() { return false; }