• Have to modify this plugin a bit for WP 2.9.2 since it doesn’t support home_url()

    $home_page = get_bloginfo(‘url’);

    instead of

    $home_page = home_url();

    This is a great plugin, I don’t need to purge manually anymore. Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter newbiex

    (@newbiex)

    Looks like the plugin works only when editing post, but not when publishing without editing post.

    Modifying

    add_action(‘publish_post’, ‘wpselect_cache’);

    instead of

    add_action(‘edit_post’, ‘wpselect_cache’);

    works.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Nginx Proxy Cache Purge] Not working on WP 2.9.2’ is closed to new replies.