Skip to content

friends_widget_lastest_friend_list_after

Alex Kirk edited this page Apr 9, 2024 · 8 revisions

Auto-generated Example

add_action(
    'friends_widget_lastest_friend_list_after',
    function (
        $this,
        $args
    ) {
        // Your code here
    },
    10,
    2
);

Parameters

  • $this
  • $args

Files

do_action( 'friends_widget_lastest_friend_list_after', $this, $args )

Hooks

Clone this wiki locally