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