-
Notifications
You must be signed in to change notification settings - Fork 16
friends_can_update_modified_feed_posts
Alex Kirk edited this page Apr 5, 2024
·
11 revisions
add_filter(
'friends_can_update_modified_feed_posts',
function ( $item ) {
// Your code here
return $item;
}
);
$item