bbp_get_search_type_ids()

Return an array of search types

Description

Return

(array)

Source

File: bp-forums/search/functions.php

94
95
96
function bbp_get_search_type_ids() {
    return apply_filters( 'bbp_get_search_types', array( 's', 'fs', 'ts', 'rs' ) );
}

Changelog

Changelog
Version Description
2.6.0 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.