-
Notifications
You must be signed in to change notification settings - Fork 14
friends_widget_lastest_friend_list_after
Alex Kirk edited this page Apr 9, 2024
·
8 revisions
add_action(
'friends_widget_lastest_friend_list_after',
function (
$this,
$args
) {
// Your code here
},
10,
2
);
$this
$args
do_action( 'friends_widget_lastest_friend_list_after', $this, $args )