friends_edit_friend_notifications_table_end - akirk/friends GitHub Wiki
Auto-generated Example
add_action(
'friends_edit_friend_notifications_table_end',
function( $friend ) {
// Your code here.
}
);
Parameters
$friend
Files
do_action( 'friends_edit_friend_notifications_table_end', $args['friend'] )