Project Type: WordPress Reference

WpOrgRequestsCookieJar

Cookie collection that automatically handles sending cookies on requests and parsing cookies from responses. Source: wp-includes/Requests/src/Cookie/Jar.php Namespace: WpOrgRequestsCookie Implements: ArrayAccess, IteratorAggregate Properties Property Type Visibility Default Description $cookies array protected...

WpOrgRequestsAuthBasic

Basic HTTP authentication provider. Source: wp-includes/Requests/src/Auth/Basic.php Namespace: WpOrgRequestsAuth Package: RequestsAuthentication Implements: WpOrgRequestsAuth Overview Provides Basic HTTP authentication for the Requests library. Registers hooks for both cURL and fsockopen transports to...

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 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 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 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...

← Back to Chubes.net