w3tc_audit_log, string $event, array $context

w3tc_audit_log, string $event, array $context

Hook Type: action

See hook in core

Displaying hooks found in version: w3-total-cache.2.10.3

do_action('w3tc_audit_log, string $event, array $context') is found 1 times:

  • /Util_Debug.php line 109
    	 *     W3TC itself does not persist it.
    	 *
    	 * Hook signature:
    	 *
    	 *     do_action( 'w3tc_audit_log', string $event, array $context )
    	 *
    	 *  - `$event` is a stable identifier
    	 *    (e.g. `cap_denied`, `cloudflare_api_failed`,
    	 *    `config_imported`).
    	 *  - `$context` is an associative array. `user_id` and `ip` are
    	 *    populated automatically if the caller doesn't include them.