wordfence_ls_captcha_threshold_changed

wordfence_ls_captcha_threshold_changed

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_ls_captcha_threshold_changed') is found 1 times:

  • /modules/login-security/classes/controller/settings.php line 499
    				 *
    				 * @param float $before The previous value.
    				 * @param float $after The new value.
    				 */
    				do_action('wordfence_ls_captcha_threshold_changed', $before, $after);
    				break;
    			case self::OPTION_ENABLE_WOOCOMMERCE_INTEGRATION:
    				$before = $this->get($key);
    				$after = $value;
    
    				/**
    
wordfence_ls_captcha_threshold_changed - WordPress Hooks

wordfence_ls_captcha_threshold_changed

wordfence_ls_captcha_threshold_changed

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_action('wordfence_ls_captcha_threshold_changed') is found 1 times:

  • /modules/login-security/classes/controller/settings.php line 499
    				 *
    				 * @param float $before The previous value.
    				 * @param float $after The new value.
    				 */
    				do_action('wordfence_ls_captcha_threshold_changed', $before, $after);
    				break;
    			case self::OPTION_ENABLE_WOOCOMMERCE_INTEGRATION:
    				$before = $this->get($key);
    				$after = $value;
    
    				/**