-
Notifications
You must be signed in to change notification settings - Fork 19
friends_widget_friend_list_after
github-actions[bot] edited this page Mar 24, 2026
·
15 revisions
add_action(
'friends_widget_friend_list_after',
function(
$this,
$args
) {
// Your code here.
},
10,
2
);$this$args
do_action( 'friends_widget_friend_list_after', $this, $args )do_action( 'friends_widget_friend_list_after', $this, $args )