Is is possible to pass the post id to apply_filters(‘rt_nginx_helper_purge_urls’, $purge_urls, false);
ie.
apply_filters(‘rt_nginx_helper_purge_urls’, $purge_urls, false, $_ID);
This would allow me to create some custom urls based on the post being deleted.