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
    			$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)