Skip to content

friends_add_friend_form_top

github-actions[bot] edited this page Jul 27, 2025 · 7 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 )

← All Hooks

Clone this wiki locally