wordfence_changed_audit_log_mode
wordfence_changed_audit_log_mode
Appears in: wordfence.8.0.1
Hook Type: action
Displaying hooks found in version: wordfence.8.0.1do_action('wordfence_changed_audit_log_mode') is found 1 times:
- /lib/wfConfig.php line 3273
* * @param string $before The previous status. * @param string $after The new status. */ do_action('wordfence_changed_audit_log_mode', $before, $after); } break; } case 'apiKey': { $before = wfConfig::get($key);