Skip to content

friends_unreblog

Alex Kirk edited this page Apr 9, 2024 · 7 revisions

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 )

Hooks

Clone this wiki locally