Opened 7 years ago
Closed 7 years ago
#3174 closed enhancement (invalid)
Allow access to the admin hooks on WP_CLI
Reported by: | espellcaste | Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | major | Version: | trunk |
Component: | General - Integration | Keywords: | has-patch |
Cc: |
Description
bbPress only loads the reset/upgrade related functions on admin related pages: https://bbpress.trac.wordpress.org/browser/trunk/src/bbpress.php#L381
That makes total sense. But on https://github.com/bbpress/wp-cli-bbpress/ we those functions available when WP_CLI is defined as well.
Patch allows that. In the future, after wp-cli-bbpress is merged into bbPress, we can see a better way.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Relate to #3058.