bbp_get_global_post_field
bbp_get_global_post_field
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_get_global_post_field') is found 1 times:
- /includes/common/functions.php line 217921752176217721782179218021812182218321842185
? sanitize_post_field(
$field
,
$post
->{
$field
},
$post
->ID,
$context
)
:
''
;
// Filter & return
return
apply_filters(
'bbp_get_global_post_field'
,
$retval
,
$post
,
$field
,
$context
);
}
/** Nonces ********************************************************************/
/**
* Makes sure the user requested an action from another page on this site.