[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/admin/ -> actions.php (summary)

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

Defines 14 functions

  bbp_admin()
  bbp_new_site()
  bbp_filter_column_headers()
  bbp_filter_sample_permalink()
  bbp_admin_init()
  bbp_admin_menu()
  bbp_admin_head()
  bbp_admin_notices()
  bbp_register_importers()
  bbp_register_admin_styles()
  bbp_register_admin_scripts()
  bbp_register_admin_settings()
  bbp_admin_tool_box()
  bbp_current_screen()

Functions
Functions that are not part of a class:

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)
param: array $columns Column headers fed into list-table objects
return: array Possibly altered column headers

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)
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.
return: string The custom post type 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: Tue Apr 23 01:01:01 2024 Cross-referenced by PHPXref 0.7.1