IT Nursery
I tried to use a form with the following markup using the action admin-post.php <form method='post' action='admin-post.php'> I’m using the action hook suggested by WordPress to proceed the $_POST...
  • April 12, 2022
  • 0 Comments
I’m trying to direct a browser to a different page. If I wanted a GET request, I might say document.location.href="http://example.com/q=a"; But the resource I’m trying to access won’t respond...
  • April 11, 2022
  • 0 Comments
IT Nursery
I’m new to wordpress and hence facing some issues. The use case scenario is as follows: A user is displayed an application form to start a club in his...
  • April 11, 2022
  • 0 Comments