We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2265fc5 commit 72154d2Copy full SHA for 72154d2
admin/class-purger.php
@@ -403,8 +403,9 @@ protected function delete_cache_file_for( $url ) {
403
* @since 2.1.0
404
*
405
* @param string $cached_file Cached file name.
406
+ * @param string $url URL to be purged.
407
*/
- $cached_file = apply_filters( 'rt_nginx_helper_purge_cached_file', $cached_file );
408
+ $cached_file = apply_filters( 'rt_nginx_helper_purge_cached_file', $cached_file, $url );
409
410
// Verify cached file exists.
411
if ( ! file_exists( $cached_file ) ) {
0 commit comments