WP_Filesystem_FTPext::__destruct()
Destructor.
Contents
Source
File: wp-admin/includes/class-wp-filesystem-ftpext.php
.
View all references
public function __destruct() {
if ( $this->link ) {
ftp_close( $this->link );
}
}
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |