mirror of
https://ghproxy.net/https://github.com/wp-cli/handbook.git
synced 2026-07-27 12:47:14 +08:00
16 lines
715 B
Markdown
16 lines
715 B
Markdown
# How to WP-CLI
|
|
|
|
## Introduction
|
|
|
|
Using WP-CLI, you can perform specific tasks using the command line instead of accessing the WordPress admin panel. In the following section, we will cover step by step some of these
|
|
tasks.
|
|
|
|
- [How-to install WordPress](https://make.wordpress.org/cli/handbook/how-to-install/)
|
|
|
|
- [How to put the website in maintenance mode](https://make.wordpress.org/cli/handbook/how-to-maintenance-mode)
|
|
|
|
- [How-to start the webserver](https://make.wordpress.org/cli/handbook/)
|
|
|
|
- [How to create a custom plugin](https://make.wordpress.org/cli/handbook/how-to-create-custom-plugins)
|
|
|
|
- [Figure out why WordPress is slow](https://make.wordpress.org/cli/handbook/figure-out-why-wordpress-is-slow)
|