bp_search_placeholder( string $component = '' )

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

Description

Parameters

$component

(string) (Optional) See bp_get_search_placeholder().

Default value: ''

Source

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

function bp_search_placeholder( $component = '' ) {
	echo esc_attr( bp_get_search_placeholder( $component ) );
}

Changelog

Changelog
Version Description
BuddyPress 2.7.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.