w3tc_flushable_posts, false, $extras
w3tc_flushable_posts, false, $extras
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_flushable_posts, false, $extras') is found 1 times:
- /CacheFlush.php line 196
* * @return array|bool List of flushable posts or false if none are defined. */ public function flushable_posts( $extras = null ) { $flushable_posts = apply_filters( 'w3tc_flushable_posts', false, $extras ); return $flushable_posts; } /** * Flushes all eligible posts. *