Components

Manage BuddyPress Components.


Description Description

Top ↑

EXAMPLES EXAMPLES

# Activate a component.
$ wp bp component activate groups
Success: The Groups component has been activated.

# Deactive a component.
$ wp bp component deactivate groups
Success: The Groups component has been deactivated.

# List components.
$ wp bp component list --type=required
+--------+---------+--------+------------------------+--------------------------------------------+
| number | id      | status | title                  | description                                |
+--------+---------+--------+------------------------------------------+--------------------------+
| 1      | core    | Active | BuddyPress Core        | It's what makes <del>time travel</del>     |
|        |         |        |                        | BuddyPress possible!                       |
| 2      | members | Active | Community Members      | Everything in a BuddyPress community       |
|        |         |        |                        | revolves around its members.               |
+--------+---------+--------+------------------------------------------+--------------------------+

Source Source

File: cli/src/components.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.6.0 Introduced.

Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.