-
Notifications
You must be signed in to change notification settings - Fork 19
friends_show_author_edit
github-actions[bot] edited this page Jul 28, 2026
·
27 revisions
add_filter(
'friends_show_author_edit',
function(
bool $true,
$friend_user
) {
// Your code here.
return $true;
},
10,
2
);-
bool$true $friend_user
apply_filters( 'friends_show_author_edit', true, $args['friend_user'] )apply_filters( 'friends_show_author_edit', true, $args['friend_user'] )