-
Notifications
You must be signed in to change notification settings - Fork 16
friends_process_feed_item_submit
Alex Kirk edited this page Apr 5, 2024
·
12 revisions
add_action(
'friends_process_feed_item_submit',
function (
$new_feed,
$feed
) {
// Your code here
},
10,
2
);
$new_feed
$feed