• Resolved aga2442

    (@aga2442)


    The problem in the change list did not recover.

    Fix: Add nonce checks on edit/submit forms for logged in users. Will require updates to templates/job-preview.php if overridden in theme. (Props to foobar7)

    “templates/job-preview.php” content, what needs to be done?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jake Morrison (a11n)

    (@jakeom)

    Hi there–

    Where are you running into issues with this change?

    If your theme has overridden that template (you will see [your-theme-dir]/job_manager/job-preview.php), you’ll need to update it. The most critical bit from the current template (/wp-content/plugins/wp-job-manager/templates/job-preview.php) is adding this action just after the <form ...> tag:

    
    <?php
    /**
     * Fires at the top of the preview job form.
     *
     * @since 1.32.2
     */
    do_action( 'preview_job_form_start' );
    ?>
    

    -Jake

    Plugin Contributor Richard Archambault

    (@richardmtl)

    I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘edit/submit forms for logged in users’ is closed to new replies.