bbp_get_search_url

bbp_get_search_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_search_url') is found 1 times:

  • /includes/search/template.php line 219
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
                ), home_url( '/' ) );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_search_url', $url );
        }
     
    /**
     * Output the search results url
     *
     * @since 2.4.0 bbPress (r4928)