w3tc_pgcache_flush_post_queued_urls
w3tc_pgcache_flush_post_queued_urls
Appears in: w3-total-cache.2.10.0
Hook Type: filter
See hook in action
Displaying hooks found in version: w3-total-cache.2.10.0apply_filters('w3tc_pgcache_flush_post_queued_urls') is found 1 times:
- /PgCache_Flush.php line 315
} // add mirror urls. $full_urls = Util_PageUrls::complement_with_mirror_urls( $full_urls ); $full_urls = apply_filters( 'w3tc_pgcache_flush_post_queued_urls', $full_urls ); if ( $this->debug_purge ) { Util_Debug::log_purge( 'pagecache', 'flush_post', $post_id, $full_urls ); } // Queue flush.