-
Notifications
You must be signed in to change notification settings - Fork 17
friends_add_friends_input_placeholder
Alex Kirk edited this page Nov 22, 2024
·
9 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' ) )