WP_Filesystem_ftpsockets::__destruct
Destructor.
Method of the class: WP_Filesystem_ftpsockets{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WP_Filesystem_ftpsockets = new WP_Filesystem_ftpsockets(); $WP_Filesystem_ftpsockets->__destruct();
Changelog
| Since 2.5.0 | Introduced. |
WP_Filesystem_ftpsockets::__destruct() WP Filesystem ftpsockets:: destruct code WP 7.0.2
public function __destruct() {
$this->ftp->quit();
}