wfls_registration_blocked_message

wfls_registration_blocked_message

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordfence.7.9.3

apply_filters('wfls_registration_blocked_message') is found 1 times:

  • /modules/login-security/classes/controller/wordfencels.php line 953
    				 * @since 1.0.0
    				 *
    				 * @param string $message The message to display, HTML allowed.
    				 */
    				$result['message'] = apply_filters('wfls_registration_blocked_message', $result['message']);
    			}
    		}
    		return $result;
    	}
    
    	private function disable_woocommerce_registration($message) {