• vanNoort

    (@vannoort)


    In class-wpu-post-order-control.php on line 1169 it says

    if ( ! wp_verify_nonce( $nonce, ‘wpu_opt_save_order_nonce’ ) ) {

    instead of:

    if ( ! wp_verify_nonce( $nonce, ‘postordercontrol_save_order_nonce’ ) ) {

    This causes a problem in which the order won’t save because the wrong nonce is checked.

You must be logged in to reply to this topic.