WP_Filesystem_FTPext::__destruct() In this article Table of ContentsSource Changelog ↑ Back to top Destructor. Source public function __destruct() { if ( $this->link ) { ftp_close( $this->link ); } } View all references View on Trac View on GitHub Changelog VersionDescription2.5.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.