bbp_redirect_to_field
bbp_redirect_to_field
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, 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_redirect_to_field') is found 1 times:
- /includes/common/template.php line 1326
$redirect_to = remove_query_arg( 'loggedout', $redirect_to ); $redirect_field = '<input type="hidden" id="bbp_redirect_to" name="redirect_to" value="' . esc_url( $redirect_to ) . '" />'; // Filter & return echo apply_filters( 'bbp_redirect_to_field', $redirect_field, $redirect_to ); } /** * Echo sanitized $_REQUEST value. * * Use the $input_type parameter to properly process the value. This