bbp_get_search_title

bbp_get_search_title

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_search_title') is found 1 times:

  • /includes/search/template.php line 183
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
                $title = sprintf( esc_html__( "Search Results for '%s'", 'bbpress' ), esc_attr( $search_terms ) );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_search_title', $title, $search_terms );
        }
     
    /**
     * Output the search url
     *
     * @since 2.3.0 bbPress (r4579)