Is AJAX relevant when inserting a new post programmatically?

admin2025-01-07  5

What I'm already able to achieve :

  • Inserting a new post with the WordPress function.
  • Doing it programmatically when some conditions are fulfilled.

The downside of this way of creating new post is that I need the user to reload the page on front-office (in order to start the new post insertion). So, I would like to know if Ajax could be relevant and help the user to create a new post without reloading the page.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736260836a694.html

最新回复(0)