-
Notifications
You must be signed in to change notification settings - Fork 14
friends_edit_feeds_after_form
Alex Kirk edited this page Oct 16, 2024
·
6 revisions
add_action(
'friends_edit_feeds_after_form',
function ( $friend ) {
// Your code here
}
);
$friend
do_action( 'friends_edit_feeds_after_form', $args['friend'] )