w3tc_flush_url, $w3tc_url, $extras
w3tc_flush_url, $w3tc_url, $extras
Appears in: w3-total-cache.2.10.3
Hook Type: action
Displaying hooks found in version: w3-total-cache.2.10.3do_action('w3tc_flush_url, $w3tc_url, $extras') is found 1 times:
- /CacheFlush_Locally.php line 352
*/ public function flush_url( $w3tc_url, $extras = null ) { $do_flush = apply_filters( 'w3tc_preflush_url', true, $extras ); if ( $do_flush ) { do_action( 'w3tc_flush_url', $w3tc_url, $extras ); } } /** * Primes the cache for a specific post. *