Difference between revisions of "Wordpress"

From John Freier
Jump to: navigation, search
(Created page with " == Command Line Tool == To update the core wordpress site go to the root of the wordpress site and type the following. wp core update To update plugins wp plugins upda...")
 
(No difference)

Latest revision as of 11:35, 2 October 2018

Command Line Tool

To update the core wordpress site go to the root of the wordpress site and type the following.

 wp core update

To update plugins

 wp plugins update --all