w3tc_ustats_access_log_format_regexp

w3tc_ustats_access_log_format_regexp

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_ustats_access_log_format_regexp') is found 1 times:

  • /UsageStatistics_Source_AccessLog.php line 84
    		} else {
    			$line_regexp = $this->logformat_to_regexp_apache( $format );
    		}
    
    		$this->line_regexp = apply_filters( 'w3tc_ustats_access_log_format_regexp',
    			$line_regexp );
    	}
    
    
    
    	public function w3tc_usage_statistics_history_set( $history ) {