Skip to content

friends_unreblog

Alex Kirk edited this page Apr 5, 2024 · 7 revisions
add_filter(
    'friends_unreblog',
    function ( $post_id ) {
        // Your code here
        return $post_id;
    }
);

Parameters

  • $post_id

Files

Hooks

Clone this wiki locally