• RSVP Plugin v1.7.5
    wp-rsvp.php

    I was looking into an option on the settings>RSVP Options page, the:
    “Do not scroll page to the top of the RSVP form”

    When I checked/unchecked it, I saw no difference going through the RSVP process. So I dug around and in doing so I looked at the plugin file: wp-rsvp.php and found this line that was related to that checkbox and noticed this define had an “h” missing in “hash”.

    Currently – missing “h” in hash
    define(“OPTION_RSVP_DONT_USE_HASH”, “rsvp_dont_use_has”);

    I added the “h”, saved, and voila, now when checking that box and going through the rsvp process I see it doesn’t scroll you down.

    Would also suggest updating that option description to add “down” to it so its: “Do not scroll page down to the top of the RSVP form”

    https://www.ads-software.com/plugins/rsvp/

  • The topic ‘rsvp_dont_use_hash missing an h in wp-rsvp.php’ is closed to new replies.