trying to refresh page on successful form submission

[ad_1]

I’m trying to use the hook site-reviews/review/created to add a simple page refresh upon review creation. what am I doing wrong?

add_action('site-reviews/review/created', function ($review, $command) {
	?>
    <script type="text/javascript">          
      
      	console.log('fired');
	location.reload();
        
    </script>
  <?php
}, 10, 2);

I keep getting this error in the console from site-reviews.js:
Uncaught TypeError: this.response is null

  • This topic was modified 2 hours, 7 minutes ago by renburnett.
  • This topic was modified 2 hours, 7 minutes ago by renburnett.
  • This topic was modified 2 hours, 4 minutes ago by renburnett.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer