bp_core_signup_send_activation_key_multisite_blog

bp_core_signup_send_activation_key_multisite_blog

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_core_signup_send_activation_key_multisite_blog') is found 1 times:

  • /bp-core/bp-core-filters.php line 547
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
         * @param string $domain           The new blog domain.
         * @param string $path             The new blog path.
         * @param string $title            The site title.
         */
        if ( apply_filters( 'bp_core_signup_send_activation_key_multisite_blog', true, $user, $user_email, $key, $is_signup_resend, $domain, $path, $title ) ) {
            bp_send_email( 'core-user-registration-with-blog', array( array( $user_email => $salutation ) ), $args );
        }
     
        // Return false to stop the original WPMU function from continuing.
        return false;
    }

See this hook used in plugins: