wfls_registration_blocked_message

wfls_registration_blocked_message

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

See hook in core

Displaying hooks found in version: wordfence.8.0.3

apply_filters('wfls_registration_blocked_message') is found 1 times:

  • /modules/login-security/classes/controller/wordfencels.php line 994
    0990
    0991
    0992
    0993
    0994
    0995
    0996
    0997
    0998
    0999
    1000
                 * @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) {