Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter devu

    (@devu)

    Thank you @danultimate
    Any idea about the table / field where the serial_number is stored?

    Hmmm… so, when I install a new widget, I see it in not cached pages, right? If, when not cached, the php writes:

    <script type="text/javascript" src="http://www.yourdomain.com/blog/whatever/wp-content/plugins/my-plugin/myplugin.js"></script>
    <script type="text/javascript">
    var url = "http://www.yourdomain.com/blog/whatever/wp-content/plugins/my-plugin/myplugin.php?postId=123somethingelse=abc";
    doSomething(url);
    </script>

    then when the post is cached, does WP Super Cache store the complete generated html? If so, I could just warn plugin users that once enabled, my widget won’t appear until the cache has been refreshed.

    Thanks

    Hi donncha, I have one more question about widgets and WP Super Cache 🙂

    I’m moving one of mine on Ajax so that it’s compatible with WP Super Cache. I have just one blog with one wordpress instance and can’t keep on installing/uninstalling the cache for testing on that environment.

    I just need to know how does your plugin manage wordpress widget activation in the sidebar. Is there any documentation I can read about this topic?

    The widget I am moving on ajax just need to know the directory where the plugin is installed so that it can do the xmlHttp call to the right file.

Viewing 3 replies - 1 through 3 (of 3 total)