Skip to content

friends_widget_lastest_friend_list_after

github-actions[bot] edited this page Jul 27, 2025 · 10 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 )

← All Hooks

Clone this wiki locally