bbp_get_search_query_args

bbp_get_search_query_args

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_search_query_args') is found 1 times:

  • /includes/search/functions.php line 53
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
            ? array( 's' => $search_terms )
            : array();
     
        // Filter & return
        return apply_filters( 'bbp_get_search_query_args', $retval );
    }
     
    /**
     * Redirect to search results page if needed
     *
     * @since 2.4.0 bbPress (r4928)