w3tc_flushable_posts

w3tc_flushable_posts

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

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

do_action('w3tc_flushable_posts') is found 1 times:

  • /CacheFlush.php line 134
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    /**
     * Checks if page contents can be flushed (i.e. cached at all)
     */
    function flushable_posts( $extras = null ) {
        $flushable_posts = apply_filters( 'w3tc_flushable_posts', false,
            $extras );
        return $flushable_posts;
    }
     
    /**
     * Purges/Flushes all posts

See this hook used in plugins: