Heray-Was-Here
Server : Apache
System : Linux hybrid3195.ca.ns.planethoster.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User : alliancerealtynb ( 1004)
PHP Version : 7.4.33
Disable Function : noop
Directory :  /home/alliancerealtynb/public_html/wp-content/plugins/honeypot/includes/integration/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/alliancerealtynb/public_html/wp-content/plugins/honeypot/includes/integration/wpa_bbpress.php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; 
/* BB PRESS */
add_action(	'bbp_new_topic_pre_extras','wpa_bbp_extra_validation');
add_action(	'bbp_new_reply_pre_extras','wpa_bbp_extra_validation');

function wpa_bbp_extra_validation(){
	if (wpa_check_is_spam($_POST)){
		do_action('wpa_handle_spammers','bbpress', $_POST);
		bbp_add_error( 'bbp_extra_email', __( $GLOBALS['wpa_error_message'], 'bbpress' ) );
	}
}

Hry