Skip to content

notify_user_about_lost_follower

github-actions[bot] edited this page Jun 11, 2026 · 6 revisions

Auto-generated Example

add_filter(
   'notify_user_about_lost_follower',
    function(
        bool $true,
        $user,
        $actor,
        $follower
    ) {
        // Your code here.
        return $true;
    },
    10,
    4
);

Parameters

  • bool $true
  • $user
  • $actor
  • $follower

Files

apply_filters( 'notify_user_about_lost_follower', true, $user, $actor, $follower )

← All Hooks

Clone this wiki locally