-
Notifications
You must be signed in to change notification settings - Fork 14
friends_loaded
Alex Kirk edited this page Apr 9, 2024
·
9 revisions
add_action(
'friends_loaded',
function ( $this ) {
// Your code here
}
);
$this
do_action( 'friends_loaded', $this )