friends_add_friend_form_top - akirk/friends GitHub Wiki
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 )