Plugin Directory

Changeset 2592196


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

update v2.3.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • button-visually-impaired/trunk/Button-visually-impaired.php

    r2592120 r2592196  
    7070     * Activate plugin hook.
    7171     */
     72    $core = new \Bvi\Core\Core();
     73
     74    if ( false !== $core->getOption() ) {
     75        Bvi\Core\Activate::getInstance()->activation();
     76    }
     77
    7278    register_activation_hook( BVI_FILE, function () {
    7379        Bvi\Core\Activate::getInstance()->activation();
Note: See TracChangeset for help on using the changeset viewer.