bbp_map_meta_caps
Like this:
Like Loading...
Appears in:
bbpress.2.5.14,
bbpress.2.6.0,
bbpress.2.6.1,
bbpress.2.6.11,
bbpress.2.6.12,
bbpress.2.6.2,
bbpress.2.6.3,
bbpress.2.6.4,
bbpress.2.6.5,
bbpress.2.6.6,
bbpress.2.6.9Hook Type: filter
See hook in action
Displaying hooks found in version: bbpress.2.6.9
apply_filters('bbp_map_meta_caps') is found 1 times:
- /includes/core/sub-actions.php line 523
519 520 521 522 523 524 525 526 527 528 529 | */
function bbp_map_meta_caps( $caps = array (), $cap = '' , $user_id = 0, $args = array () ) {
return ( array ) apply_filters( 'bbp_map_meta_caps' , $caps , $cap , $user_id , $args );
}
/**
* Filter the arguments used by wp_mail for bbPress specific emails
*
* @since 2.6.0 bbPress (r6918)
|
Like this:
Like Loading...
See this hook used in plugins: