friends_unreblog - akirk/friends GitHub Wiki
Auto-generated Example
add_filter(
'friends_unreblog',
function (
$ret,
$post_id
) {
// Your code here
return $ret;
},
10,
2
);
Parameters
$ret$post_id
Files
apply_filters( 'friends_unreblog', null, $post_id )