c10b10 / wp-cli-deploy

A WP-Cli command that allows you to deploy the local database or uploads directory to a remote server using ssh.
173 stars 25 forks source link

Update helpers.php #29

Open EvanHerman opened 8 years ago

EvanHerman commented 8 years ago

Prepend the URL scheme. Check that 'path' is set in the $url_parts array before appending it. Sanitize the URL before returning it.

Related #19