bp_search_default_text( string $component = '' )

Output the default text for the search box for a given component.


Description Description

See also See also


Top ↑

Parameters Parameters

$component

(Optional) See bp_get_search_default_text().

Default value: ''


Top ↑

Source Source

File: bp-core/bp-core-template.php

function bp_search_default_text( $component = '' ) {
	echo bp_get_search_default_text( $component );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.