• Resolved jakublw

    (@jakublw)


    Hello,

    I want to set notice to one hour, after ignore, but this doesn’t work.
    I’ve checked your code, and there are no information in $buoop about reminder, so field $wpbu_js[0] isn’t used there.

    My proposition is update plugin with reminder data.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author MacSteini

    (@macsteini)

    Strange, works for me. Let me check. Will push an update if issue has been identified.

    The reminder option is missing for me as well. It is missing in the script that is getting enqueued to the front end:

    var $buoop = {required:{'.$browser.'},test:'.(isset($wpbu_js[1]) ? $wpbu_js[1] : '').',newwindow:'.(isset($wpbu_js[2]) ? $wpbu_js[2] : '').',style:"'.(isset($wpbu_js[3]) ? $wpbu_js[3] : '').'",insecure:'.(isset($wpbu_js[4]) ? $wpbu_js[4] : '').',unsupported:'.(isset($wpbu_js[5]) ? $wpbu_js[5] : '').',mobile:'.(isset($wpbu_js[6]) ? $wpbu_js[6] : '').',shift_page_down:'.(isset($wpbu_js[7]) ? $wpbu_js[7] : '').',api:2021.01};

    If I understand the plugin and browserupdate.org correctly, the reminder option should be appended to this options object.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Proposition for update] Reminder aren’t used’ is closed to new replies.