Title: function (file) exclude from WP Super Cache
Last modified: August 19, 2016

---

# function (file) exclude from WP Super Cache

 *  [OlafB](https://wordpress.org/support/users/olafb/)
 * (@olafb)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/function-file-exclude-from-wp-super-cache/)
 * Hi all,
    i use WP Super Cache and read in the Forum from to exclude PHP from 
   caching. Now i have in my header.php
 *     ```
       <!--mclude time.php-->
       <?php include(ABSPATH . 'time.php'); ?>
       <!--/mclude-->
       ```
   
 * The time.php in ROOT exist. When i call my page first time, with no cache then
   the script give mi correct, when the page come cache i see in the source this:
 *     ```
       <!--mclude-->
       <?php include_once('/var/www/web3/html/time.php'); ?>
       <!--/mclude-->
       ```
   
 * What is here to do?

The topic ‘function (file) exclude from WP Super Cache’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [OlafB](https://wordpress.org/support/users/olafb/)
 * Last activity: [18 years, 3 months ago](https://wordpress.org/support/topic/function-file-exclude-from-wp-super-cache/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
