-
Notifications
You must be signed in to change notification settings - Fork 19
friends_add_friend_form_top
github-actions[bot] edited this page Jul 27, 2025
·
7 revisions
add_action(
'friends_add_friend_form_top',
function( $args ) {
// Your code here.
}
);$args
do_action( 'friends_add_friend_form_top', $args )