bbp_map_meta_caps
Like this:
Like Loading...
Hook 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
*/
function bbp_map_meta_caps( $caps = array(), $cap = '', $user_id = 0, $args = array() ) {
// Filter & return
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: