bbp_current_author_ua
bbp_current_author_ua
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.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_current_author_ua') is found 1 times:
- /includes/users/functions.php line 167163164165166167168169170171172173
? mb_substr( wp_unslash(
$_SERVER
[
'HTTP_USER_AGENT'
] ), 0, 254 )
:
''
;
// Filter & return
return
apply_filters(
'bbp_current_author_ua'
,
$retval
);
}
/** Edit **********************************************************************/
/**
* Handles the front
end
user editing from POST requests