-
Notifications
You must be signed in to change notification settings - Fork 14
friends_unreblog
Alex Kirk edited this page Apr 9, 2024
·
7 revisions
add_filter(
'friends_unreblog',
function (
$ret,
$post_id
) {
// Your code here
return $ret;
},
10,
2
);
$ret
$post_id
apply_filters( 'friends_unreblog', null, $post_id )