VaultPress::upload_handler PHP Method

upload_handler() public method

Handle Notifying VaultPress of Upload Activity
public upload_handler ( $file )
    function upload_handler($file)
    {
        $this->add_ping('uploads', array('upload' => str_replace($this->resolve_upload_path(), '', $file['file'])));
        return $file;
    }
VaultPress