bbp_redirect_to_field

bbp_redirect_to_field

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_redirect_to_field') is found 1 times:

  • /includes/common/template.php line 1326
    1322
    1323
    1324
    1325
    1326
    1327
    1328
    1329
    1330
    1331
    1332
        $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