Tag: SSH

  • WordPress Updates with WP-CLI

    Most people do plugin, theme and WordPress core updates via the WordPress Update page. But if you are managing multiple sites, you might find it’s easier for you if you use the command line. Once you are logged into the site via SSH (a secure encrypted text-based terminal for accessing your web hosting account’s files…

  • PHP Accessing SSH functions

    How to get results from Bash scripts in your PHP program, and the exact PHP code I use. (Also, see how I display the file’s own code for you to copy.)