Syntax Syntax
Source Source
File: wp-admin/includes/class-ftp.php
function site($command, $fnction="site") { if(!$this->_exec("SITE ".$command, $fnction)) return FALSE; if(!$this->_checkCode()) return FALSE; return TRUE; }
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-admin/includes/class-ftp.php
function site($command, $fnction="site") { if(!$this->_exec("SITE ".$command, $fnction)) return FALSE; if(!$this->_checkCode()) return FALSE; return TRUE; }