How to check that if current user (ID) has posts or not
Notice that your redirection must happen before the HTTP headers are sent out. You can try the following, where we place our logic inside the template_redirect hook callback (PHP 5.4+): /** * Redirect logged-in users to the admin dashboard * if the have written ‘student_form’ posts * else display [wpuf_form id=”414″] */ add_action( ‘template_redirect’, function() … Read more