bbp_get_reply_author_email

bbp_get_reply_author_email

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_author_email') is found 1 times:

  • /includes/replies/template.php line 1334
    			}
    		}
    
    		// Filter & return
    		return apply_filters( 'bbp_get_reply_author_email', $author_email, $reply_id );
    	}
    
    /**
     * Output the reply author role
     *
     * @since 2.1.0 bbPress (r3860)