Plugin Directory

Changeset 2592193


Ignore:
Timestamp:
09/01/2021 03:26:36 PM (5 years ago)
Author:
veks
Message:

update v2.3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • button-visually-impaired/trunk/include/src/Core/Core.php

    r2592111 r2592193  
    5858         */
    5959        public function getOption() {
     60            if ( false !== get_option( $this->pluginOptionName ) ) {
     61                Activate::getInstance()->activation();
     62            }
     63
    6064            return get_option( $this->pluginOptionName );
    6165        }
Note: See TracChangeset for help on using the changeset viewer.