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
    			), home_url( '/' ) );
    		}
    
    		// Filter & return
    		return apply_filters( 'bbp_get_search_results_url', $url );
    	}
    
    /**
     * Output the search terms
     *
     * @since 2.3.0 bbPress (r4579)