Changeset 2592196
- Timestamp:
- 09/01/2021 03:28:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
button-visually-impaired/trunk/Button-visually-impaired.php
r2592120 r2592196 70 70 * Activate plugin hook. 71 71 */ 72 $core = new \Bvi\Core\Core(); 73 74 if ( false !== $core->getOption() ) { 75 Bvi\Core\Activate::getInstance()->activation(); 76 } 77 72 78 register_activation_hook( BVI_FILE, function () { 73 79 Bvi\Core\Activate::getInstance()->activation();
Note: See TracChangeset
for help on using the changeset viewer.