Title: [Plugin: Network Nginx Proxy Cache Purge] Correction
Last modified: August 20, 2016

---

# [Plugin: Network Nginx Proxy Cache Purge] Correction

 *  [cesarlaso](https://wordpress.org/support/users/cesarlaso/)
 * (@cesarlaso)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-network-nginx-proxy-cache-purge-correction/)
 * Hi,
    I´ve found an error in this line:
 * $terms = wp_get_object_terms( $post_id, $tax, array( ‘fields’ => ‘slug’ ) );
 * The plugin dont generate correct urls.
 * To solve, correct line is:
    $terms = wp_get_object_terms( $post_id, $tax, array(‘
   fields’ => ‘slugs’ ) );
 * Change “slug” by “slugs” (with s)
 * Now, works fine.
 * sorry but English is not my language
 * Thanks,
    César Laso
 * [http://wordpress.org/extend/plugins/network-nginx-proxy-cache-purge/](http://wordpress.org/extend/plugins/network-nginx-proxy-cache-purge/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Ron Rennick](https://wordpress.org/support/users/wpmuguru/)
 * (@wpmuguru)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-network-nginx-proxy-cache-purge-correction/#post-2992952)
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Network Nginx Proxy Cache Purge] Correction’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/network-nginx-proxy-cache-purge.svg)
 * [Network Nginx Proxy Cache Purge](https://wordpress.org/plugins/network-nginx-proxy-cache-purge/)
 * [Support Threads](https://wordpress.org/support/plugin/network-nginx-proxy-cache-purge/)
 * [Active Topics](https://wordpress.org/support/plugin/network-nginx-proxy-cache-purge/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/network-nginx-proxy-cache-purge/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/network-nginx-proxy-cache-purge/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ron Rennick](https://wordpress.org/support/users/wpmuguru/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-network-nginx-proxy-cache-purge-correction/#post-2992952)
 * Status: not resolved