WP_Filesystem_FTPext::__destruct()

Destructor.


Source

File: wp-admin/includes/class-wp-filesystem-ftpext.php. View all references

public function __destruct() {
	if ( $this->link ) {
		ftp_close( $this->link );
	}
}

Top ↑

Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes

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