Skip to content

notify_user_about_lost_follower

Alex Kirk edited this page Oct 16, 2024 · 1 revision

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 )

Hooks

Clone this wiki locally