wordfence_changed_audit_log_mode

wordfence_changed_audit_log_mode

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: wordfence.8.0.1

do_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);