Loads bbPress topics admin area.
| package | bbPress |
|---|---|
| subpackage | Administration |
| since | 2.0.0 bbPress (r2464) |
__construct()
| since | 2.0.0 bbPress (r2515) |
|---|
bulk_actions(array $actions) : array
| since | 2.6.0 bbPress (r6101) |
|---|
arrayThe list of bulk actions.
arrayThe filtered list of bulk actions.column_data(string $column, integer $topic_id)
| since | 2.0.0 bbPress (r2485) |
|---|
stringColumn.
integerTopic id.
column_headers(array $columns) : array
| since | 2.0.0 bbPress (r2485) |
|---|
arrayThe columns.
array$columns bbPress topic columns.edit_help()
| since | 2.0.0 bbPress (r3119) |
|---|
filter_dropdown() : boolean
| since | 2.0.0 bbPress (r2991) |
|---|
booleanFalse. If post type is not topic or reply.filter_empty_spam()
| since | 2.6.0 bbPress (r6791) |
|---|
filter_post_rows(array $query_vars) : array
| since | 2.0.0 bbPress (r2991) |
|---|
arrayQuery variables from {@link WP_Query}.
arrayProcessed Query Vars.handle_bulk_actions(string $sendback, string $doaction, array $post_ids) : string
| since | 2.6.0 bbPress (r6101) |
|---|
stringThe sendback URL.
stringThe action to be taken.
arrayThe post IDS to take the action on.
stringThe sendback URL.new_help()
| since | 2.0.0 bbPress (r3119) |
|---|
row_actions(array $actions= array(), object $topic= false) : array
Remove the quick-edit action link under the topic title and add the content and close/stick/spam links.
| since | 2.0.0 bbPress (r2485) |
|---|
arrayActions.
objectTopic object.
array$actions Actions.toggle_topic()
Handles the admin-side opening/closing, sticking/unsticking and spamming/unspamming of topics.
| since | 2.0.0 bbPress (r2727) |
|---|
toggle_topic_notice()
Display the success/error notices from \BBP_Admin::toggle_topic()
| since | 2.0.0 bbPress (r2727) |
|---|
get_allowed_action_toggles() : array
| since | 2.6.0 bbPress (r6396) |
|---|
arrayget_allowed_notice_toggles() : array
| since | 2.6.0 bbPress (r6396) |
|---|
arrayget_row_action_sort_order() : array
| since | 2.6.0 bbPress (r6771) |
|---|
arraysetup_actions()
| since | 2.0.0 bbPress (r2646) |
|---|---|
| since | 2.6.0 bbPress (r6101) Added bulk actions |
| access | private |
setup_globals()
| since | 2.0.0 bbPress (r2646) |
|---|---|
| access | private |
sort_row_actions(array $actions = array()) : array
| since | 2.6.0 |
|---|
array
array$post_type : \The
''
Remove comments & discussion meta-boxes if comments are not supported.