[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/admin/tools/ -> common.php (summary)

bbPress Admin Tools Common

File Size: 933 lines (23 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 24 functions

  bbp_get_admin_repair_tool_page()
  bbp_get_admin_repair_tool_page_id()
  bbp_get_admin_repair_tool_page_url()
  bbp_admin_repair_tool_run_url()
  bbp_get_admin_repair_tool_run_url()
  bbp_admin_tools_feedback()
  bbp_admin_repair_handler()
  bbp_get_admin_repair_tools()
  bbp_get_admin_repair_tool_registered_components()
  bbp_admin_repair_list_search_form()
  bbp_admin_repair_list_components_filter()
  bbp_get_admin_repair_tool_registered_versions()
  bbp_admin_repair_list_versions_filter()
  bbp_admin_repair_tool_translate_overhead()
  bbp_admin_repair_tool_translate_component()
  bbp_admin_repair_tool_translate_version()
  bbp_admin_repair_list()
  bbp_get_admin_repair_tool_components()
  bbp_get_admin_repair_tool_version()
  bbp_get_admin_repair_tool_overhead()
  bbp_admin_repair_tool_overhead_filters()
  bbp_get_admin_repair_tool_overhead_filters()
  bbp_admin_repair_tool_status_filters()
  bbp_get_admin_repair_tool_status_filters()

Functions
Functions that are not part of a class:

bbp_get_admin_repair_tool_page()   X-Ref
Return the current admin repair tool page

since: 2.6.0 bbPress (r6894)
return: string

bbp_get_admin_repair_tool_page_id()   X-Ref
Return the current admin repair tool page ID

since: 2.6.0 bbPress (r6894)
return: string

bbp_get_admin_repair_tool_page_url( $args = array()   X-Ref
Return a URL to the repair tool page

since: 2.6.0 bbPress (r6894)
return: string
param: array $args

bbp_admin_repair_tool_run_url( $component = array()   X-Ref
Output the URL to run a specific repair tool

since: 2.6.0 bbPress (r5885)
param: string $component

bbp_get_admin_repair_tool_run_url( $component = array()   X-Ref
Return the URL to run a specific repair tool

since: 2.6.0 bbPress (r5885)
param: string $component

bbp_admin_tools_feedback( $message, $class = false, $is_dismissible = true )   X-Ref
Assemble the admin notices

since: 2.0.0 bbPress (r2613)
return: string The message HTML
param: string|WP_Error $message        A message to be displayed or {@link WP_Error}
param: string          $class          Optional. A class to be added to the message div
param: bool            $is_dismissible Optional. True to dismiss, false to persist

bbp_admin_repair_handler()   X-Ref
Handle the processing and feedback of the admin tools page

since: 2.0.0 bbPress (r2613)

bbp_get_admin_repair_tools( $type = '' )   X-Ref
Get the array of available repair tools

since: 2.6.0 bbPress (r5885)
return: array
param: string $type repair|upgrade The type of tools to get. Default empty for all tools.

bbp_get_admin_repair_tool_registered_components()   X-Ref
Return array of components from the array of registered tools

since: 2.5.0 bbPress (r5885)
return: array

bbp_admin_repair_list_search_form()   X-Ref
Output the repair list search form

since: 2.6.0 bbPress (r5885)

bbp_admin_repair_list_components_filter()   X-Ref
Output a select drop-down of components to filter by

since: 2.5.0 bbPress (r5885)

bbp_get_admin_repair_tool_registered_versions()   X-Ref
Return array of versions from the array of registered tools

since: 2.6.0 bbPress (r6894)
return: array

bbp_admin_repair_list_versions_filter()   X-Ref
Output a select drop-down of versions to filter by

since: 2.5.0 bbPress (r6894)

bbp_admin_repair_tool_translate_overhead( $overhead = '' )   X-Ref
Maybe translate a repair tool overhead name

since: 2.6.0 bbPress (r6177)
return: string
param: string $overhead

bbp_admin_repair_tool_translate_component( $component = '' )   X-Ref
Maybe translate a repair tool component name

since: 2.6.0 bbPress (r5885)
return: string
param: string $component

bbp_admin_repair_tool_translate_version( $version = '' )   X-Ref
Maybe translate a repair tool overhead name

since: 2.6.0 bbPress (r6894)
return: string
param: string $version

bbp_admin_repair_list( $type = 'repair' )   X-Ref
Get the array of the repairs to show in a list table.

Uses known filters to reduce the registered results down to the most finite
set of tools.

since: 2.0.0 bbPress (r2613)
return: array Repair list of options

bbp_get_admin_repair_tool_components( $item = array()   X-Ref
Get filter links for components for a specific admin repair tool

since: 2.6.0 bbPress (r5885)
return: array
param: array $item

bbp_get_admin_repair_tool_version( $item = array()   X-Ref
Get filter links for versions for a specific admin repair tool

since: 2.6.0 bbPress (r6894)
return: array
param: array $item

bbp_get_admin_repair_tool_overhead( $item = array()   X-Ref
Get filter links for overhead for a specific admin repair tool

since: 2.6.0 bbPress (r5885)
return: array
param: array $item

bbp_admin_repair_tool_overhead_filters( $args = array()   X-Ref
Output filter links for overheads for a specific admin repair tool

since: 2.6.0 bbPress (r5885)
param: array $args

bbp_get_admin_repair_tool_overhead_filters( $args = array()   X-Ref
Get filter links for overheads for a specific admin repair tool

since: 2.6.0 bbPress (r5885)
return: array
param: array $args

bbp_admin_repair_tool_status_filters( $args = array()   X-Ref
Output filter links for statuses

since: 2.6.0 bbPress (r6925)
param: array $args

bbp_get_admin_repair_tool_status_filters( $args = array()   X-Ref
Get filter links for statuses

since: 2.6.0 bbPress (r5885)
return: array
param: array $args



Generated: Fri Mar 29 01:00:56 2024 Cross-referenced by PHPXref 0.7.1