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