BuddyPressCommand
Base component class.
Description Description
Source Source
File: cli/src/command.php
Changelog Changelog
Version | Description |
---|---|
1.0 | Introduced. |
Methods Methods
- check_dependencies — Default dependency check for a BuddyPress CLI command.
- generate_random_text — Generate random text
- get_activity_id_from_identifier — Get an activity ID.
- get_components_and_actions — Get a list of activity components and actions.
- get_field_id — Get field from an ID.
- get_formatter — Get Formatter object based on supplied parameters.
- get_group_id_from_identifier — Get a group ID from its identifier (ID or slug).
- get_random_component — Pull up a random active component.
- get_random_user_id — Get a random user id.
- get_user_id_from_identifier — Verify a user ID by the passed identifier.
- sanitize_string — String sanitization.