[ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress Admin Actions This file contains the actions that are used through-out bbPress Admin. They are consolidated here to make searching for them easier, and to help developers understand at a glance the order in which things occur.
File Size: | 344 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
bbp_admin() X-Ref |
Setup bbPress admin since: 2.0.0 bbPress (r1000) since: 2.6.0 bbPress (r6598) Moved to actions.php |
bbp_new_site( $blog_id, $user_id, $domain, $path, $site_id, $meta ) X-Ref |
When a new site is created in a multisite installation, run the activation routine on that site since: 2.0.0 bbPress (r3283) param: int $blog_id param: int $user_id param: string $domain param: string $path param: int $site_id param: array() $meta |
bbp_filter_column_headers( $columns = array() X-Ref |
Show icons in list-table column headers instead of strings since: 2.6.0 bbPress (r5833) return: array Possibly altered column headers param: array $columns Column headers fed into list-table objects |
bbp_filter_sample_permalink( $post_link, $_post, $leavename = false, $sample = false ) X-Ref |
Filter sample permalinks so that certain languages display properly. since: 2.0.0 bbPress (r3336) return: string The custom post type permalink param: string $post_link Custom post type permalink param: object $_post Post data object param: bool $leavename Optional, defaults to false. Whether to keep post name or page name. param: bool $sample Optional, defaults to false. Is it a sample permalink. |
bbp_admin_init() X-Ref |
Piggy back admin_init action since: 2.1.0 bbPress (r3766) |
bbp_admin_menu() X-Ref |
Piggy back admin_menu action since: 2.1.0 bbPress (r3766) |
bbp_admin_head() X-Ref |
Piggy back admin_head action since: 2.1.0 bbPress (r3766) |
bbp_admin_notices() X-Ref |
Piggy back admin_notices action since: 2.1.0 bbPress (r3766) |
bbp_register_importers() X-Ref |
Dedicated action to register bbPress importers since: 2.1.0 bbPress (r3766) |
bbp_register_admin_styles() X-Ref |
Dedicated action to register admin styles since: 2.6.0 bbPress (r6912) |
bbp_register_admin_scripts() X-Ref |
Dedicated action to register admin scripts since: 2.6.0 bbPress (r6912) |
bbp_register_admin_settings() X-Ref |
Dedicated action to register admin settings since: 2.1.0 bbPress (r3766) |
bbp_admin_tool_box() X-Ref |
Dedicated action to output admin tools.php sections since: 2.6.0 bbPress (r6273) |
bbp_current_screen( $current_screen = '' ) X-Ref |
Dedicated action to hook into the current screen since: 2.6.0 bbPress (r6185) param: WP_Screen $current_screen |
Generated: Sat Dec 21 01:00:52 2024 | Cross-referenced by PHPXref 0.7.1 |