Project: WP-CLI

AI-generated documentation for WP-CLI from source code

wp user

Manages users, along with their roles, capabilities, and meta. See references for Roles and Capabilities and WP User class. Subcommands Command Description wp user add-cap Adds a capability to a...

wp widget

Manages widgets, including adding and moving them within sidebars. A widget adds content and features to a widget area (also called a sidebar). Subcommands Command Description wp widget add Adds...

wp term

Manages taxonomy terms and term meta, with create, delete, and list commands. See reference for taxonomies and their terms. Subcommands Command Description wp term create Creates a new term. wp...

wp theme

Manages themes, including installs, activations, and updates. See the WordPress Theme Handbook developer resource for more information on themes. Subcommands Command Description wp theme activate Activates a theme. wp theme...

wp transient

Adds, gets, and deletes entries in the WordPress Transient Cache. By default, the transient cache uses the WordPress database to persist values between requests. On a single site installation, values...

wp super-admin

Lists, adds, or removes super admin users on a multisite installation. Subcommands Command Description wp super-admin add Grants super admin privileges to one or more users. wp super-admin list Lists...

wp taxonomy

Retrieves information about registered taxonomies. See references for built-in taxonomies and custom taxonomies. Subcommands Command Description wp taxonomy get Gets details about a registered taxonomy. wp taxonomy list Lists registered...

wp search-replace

Searches/replaces strings in the database. Searches through all rows in a selection of tables and replaces appearances of the first string with the second string. By default, the command uses...

wp server

Launches PHP's built-in web server for a specific WordPress installation. Uses php -S to launch a web server serving the WordPress webroot. See PHP CLI web server documentation. Note: PHP's...

wp shell

Opens an interactive PHP console for running and testing PHP code. wp shell allows you to evaluate PHP statements and expressions interactively, from within a WordPress environment. Type a bit...

← Back to Chubes.net