Plugin Directory

Changeset 3220133


Ignore:
Timestamp:
01/10/2025 11:09:59 AM (14 months ago)
Author:
anshumanja
Message:

bug fix reload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • accessibe/trunk/class.accessibeforwp.php

    r3220122 r3220133  
    606606        <?php
    607607        if (!isset($accessibe_options['isLoggedOutOnce'])) {
     608            $accessibe_options['isLoggedOutOnce'] = true;
     609            update_option(ACCESSIBE_WP_OPTIONS_KEY, json_encode($accessibe_options));
    608610           echo "<script>
    609611           window.addEventListener('message', (event) => {
     
    619621            }});
    620622           </script>";
    621            $accessibe_options['isLoggedOutOnce'] = true;
    622 
    623            update_option(ACCESSIBE_WP_OPTIONS_KEY, json_encode($accessibe_options));
    624623        }
    625624        ?>
Note: See TracChangeset for help on using the changeset viewer.