-
Notifications
You must be signed in to change notification settings - Fork 19
friends_add_friends_input_placeholder
github-actions[bot] edited this page Jun 11, 2026
·
24 revisions
add_filter(
'friends_add_friends_input_placeholder',
function( string $enter_url ) {
// Your code here.
return $enter_url;
}
);-
string$enter_url
apply_filters( 'friends_add_friends_input_placeholder', __( 'Enter URL', 'friends' ) )