WP_Filesystem_Base::__unset( string $name )
Make private properties un-settable for backwards compatibility.
Parameters Parameters
- $name
-
(string) (Required) Property to unset.
Source Source
File: wp-admin/includes/class-wp-filesystem-base.php
/** * Returns the path on the remote filesystem of the Themes Directory. *
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |