w3tc_audit_log, $event, $context

w3tc_audit_log, $event, $context

Hook Type: action

See hook in core

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

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

  • /Util_Debug.php line 147
    			}
    		}
    
    		if ( \function_exists( 'do_action' ) ) {
    			\do_action( 'w3tc_audit_log', $event, $context );
    		}
    	}
    
    	/**
    	 * Log a single line to the per-module debug log.
    	 *