Plugin Directory

Changeset 3384094


Ignore:
Timestamp:
10/24/2025 01:58:32 PM (5 months ago)
Author:
sajdoko
Message:

Update styles and improve accessibility features

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lw-all-in-one/trunk/includes/class-lw-all-in-one.php

    r3384020 r3384094  
    254254      $options = get_option('lw_all_in_one');
    255255      $options['ck_activate'] = 'on';
     256      $options['ck_page_slug'] = 'cookie-policy';
    256257      update_option('lw_all_in_one', $options);
    257258    }
     
    261262        $options = get_option('lw_all_in_one');
    262263        $options['ck_activate'] = 'on';
     264        $options['ck_page_slug'] = 'cookie-policy';
    263265        update_option('lw_all_in_one', $options);
    264266        delete_option('italy_cookie_choices');
Note: See TracChangeset for help on using the changeset viewer.