Skip to content

friends_loaded

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

Auto-generated Example

add_action(
    'friends_loaded',
    function ( $this ) {
        // Your code here
    }
);

Parameters

  • $this

Files

do_action( 'friends_loaded', $this )

Hooks

Clone this wiki locally