bbp_sanitize_anonymous_post_author
bbp_sanitize_anonymous_post_author
Appears in: 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.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_sanitize_anonymous_post_author') is found 1 times:
- /includes/common/functions.php line 608604605606607608609610611612613614
}
}
// Filter & return
return
(
array
) apply_filters(
'bbp_sanitize_anonymous_post_author'
,
$r
,
$anonymous_data
);
}
/**
* Update the relevant meta-data
for
an anonymous post author
*
* @since 2.6.0 bbPress (r6400)