-
Notifications
You must be signed in to change notification settings - Fork 17
friends_loaded
Alex Kirk edited this page Nov 22, 2024
·
10 revisions
Friends has loaded.
You can now assume that all the Friends hooks and objects are available.
add_action( 'friends_loaded', function( Friends $friends ) {
add_action( 'init', 'initialize_my_plugin' );
} );
-
Friends\Friends
$friends
The friends object.
do_action( 'friends_loaded', $this )