wpmu_signup_blog_notification

wpmu_signup_blog_notification

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wpmu_signup_blog_notification') is found 1 times:

  • /wp-includes/ms-functions.php line 939
    	 * @param string       $user_email User email address.
    	 * @param string       $key        Activation key created in wpmu_signup_blog().
    	 * @param array        $meta       Signup meta data. By default, contains the requested privacy setting and lang_id.
    	 */
    	if ( ! apply_filters( 'wpmu_signup_blog_notification', $domain, $path, $title, $user_login, $user_email, $key, $meta ) ) {
    		return false;
    	}
    
    	// Send email with activation link.
    	if ( ! is_subdomain_install() || get_current_network_id() != 1 ) {
    		$activate_url = network_site_url( "wp-activate.php?key=$key" );
    

See this hook used in plugins: