Skip to content

friends_add_friend_form_top

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

Auto-generated Example

add_action(
    'friends_add_friend_form_top',
    function ( $args ) {
        // Your code here
    }
);

Parameters

  • $args

Files

do_action( 'friends_add_friend_form_top', $args )

Hooks

Clone this wiki locally