bbp_get_search_results_url

bbp_get_search_results_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_search_results_url') is found 1 times:

  • /includes/search/template.php line 265
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
                ), home_url( '/' ) );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_search_results_url', $url );
        }
     
    /**
     * Output the search terms
     *
     * @since 2.3.0 bbPress (r4579)