Is it possible to disable AJAX on snippet save?
-
Hello
As title said, I’m wondering if is it possible to disable this feature and get back to the old behavior when saving a snippet (refreshing the page). I have a bunch of “execute once” snippets, on those snippets, I review the output of them by quickly echoing to the admin footer with admin_footer hook. When I click “save changes and execute once button” the snippet used to execute and page refreshesed now with the output on the admin footer. I know it may not be the best solution for this, but it just worked for me. But now with the ajax save I can’t longer view the outputs I need this way.
So I’m wondering if is possible disable ajax and get back to the old behavior when saving a snippet. In case not, is it possible to downgrade the plugin without breaking it or risk of losing data until I rewrite my snippets to print their output in another way?
- The topic ‘Is it possible to disable AJAX on snippet save?’ is closed to new replies.