[ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress Admin Tools Common
File Size: | 933 lines (23 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
bbp_get_admin_repair_tool_page() X-Ref |
Return the current admin repair tool page return: string since: 2.6.0 bbPress (r6894) |
bbp_get_admin_repair_tool_page_id() X-Ref |
Return the current admin repair tool page ID return: string since: 2.6.0 bbPress (r6894) |
bbp_get_admin_repair_tool_page_url( $args = array() X-Ref |
Return a URL to the repair tool page param: array $args return: string since: 2.6.0 bbPress (r6894) |
bbp_admin_repair_tool_run_url( $component = array() X-Ref |
Output the URL to run a specific repair tool param: string $component since: 2.6.0 bbPress (r5885) |
bbp_get_admin_repair_tool_run_url( $component = array() X-Ref |
Return the URL to run a specific repair tool param: string $component since: 2.6.0 bbPress (r5885) |
bbp_admin_tools_feedback( $message, $class = false, $is_dismissible = true ) X-Ref |
Assemble the admin notices 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 return: string The message HTML since: 2.0.0 bbPress (r2613) |
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 param: string $type repair|upgrade The type of tools to get. Default empty for all tools. return: array since: 2.6.0 bbPress (r5885) |
bbp_get_admin_repair_tool_registered_components() X-Ref |
Return array of components from the array of registered tools return: array since: 2.5.0 bbPress (r5885) |
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 return: array since: 2.6.0 bbPress (r6894) |
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 param: string $overhead return: string since: 2.6.0 bbPress (r6177) |
bbp_admin_repair_tool_translate_component( $component = '' ) X-Ref |
Maybe translate a repair tool component name param: string $component return: string since: 2.6.0 bbPress (r5885) |
bbp_admin_repair_tool_translate_version( $version = '' ) X-Ref |
Maybe translate a repair tool overhead name param: string $version return: string since: 2.6.0 bbPress (r6894) |
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. return: array Repair list of options since: 2.0.0 bbPress (r2613) |
bbp_get_admin_repair_tool_components( $item = array() X-Ref |
Get filter links for components for a specific admin repair tool param: array $item return: array since: 2.6.0 bbPress (r5885) |
bbp_get_admin_repair_tool_version( $item = array() X-Ref |
Get filter links for versions for a specific admin repair tool param: array $item return: array since: 2.6.0 bbPress (r6894) |
bbp_get_admin_repair_tool_overhead( $item = array() X-Ref |
Get filter links for overhead for a specific admin repair tool param: array $item return: array since: 2.6.0 bbPress (r5885) |
bbp_admin_repair_tool_overhead_filters( $args = array() X-Ref |
Output filter links for overheads for a specific admin repair tool param: array $args since: 2.6.0 bbPress (r5885) |
bbp_get_admin_repair_tool_overhead_filters( $args = array() X-Ref |
Get filter links for overheads for a specific admin repair tool param: array $args return: array since: 2.6.0 bbPress (r5885) |
bbp_admin_repair_tool_status_filters( $args = array() X-Ref |
Output filter links for statuses param: array $args since: 2.6.0 bbPress (r6925) |
bbp_get_admin_repair_tool_status_filters( $args = array() X-Ref |
Get filter links for statuses param: array $args return: array since: 2.6.0 bbPress (r5885) |
Generated: Mon Dec 30 01:00:53 2024 | Cross-referenced by PHPXref 0.7.1 |