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