WP Nonce Delete Not Working
-
Hello,
I’m creating my own template and I’m using the short codes of wp job manager to do the job for me, but I’m having a problem.
In the job dashboard, when the users click on “delete” the page just refreshes and add the wp-nonce slug, but nothing happens. Maybe some JS is not loading or something?
In the error log, nothing shows (same with console) and when I create a normal page in WordPress with the same short code, works fine.
<div class="pxp-dashboard-content-details"> <h1><?php the_title(); ?></h1> <p class="pxp-text-light">Abaixo poderá gerir as suas ofertas.</p> <?php echo do_shortcode('[job_dashboard]');?> </div>What should I look to fix this? I’m a newbie…
Thanks for the help guys!
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WP Nonce Delete Not Working’ is closed to new replies.