Changeset 2592065
- Timestamp:
- 09/01/2021 11:50:58 AM (4 years ago)
- Location:
- button-visually-impaired/trunk
- Files:
-
- 2 edited
-
Button-visually-impaired.php (modified) (1 diff)
-
include/src/Core/Activate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
button-visually-impaired/trunk/Button-visually-impaired.php
r2592062 r2592065 92 92 93 93 add_action( 'plugins_loaded', function () { 94 $core = new \Bvi\Core\Core();95 94 if ( get_transient( 'bvi_updated' ) && current_user_can( 'administrator' ) ) { 95 96 96 if ( class_exists( '\\Bvi\\Core\\Activate' ) ) { 97 97 Bvi\Core\Activate::getInstance()->activation(); -
button-visually-impaired/trunk/include/src/Core/Activate.php
r2591995 r2592065 45 45 public function activation() { 46 46 $this->setOption( [ 47 'bviActive' => ' false',47 'bviActive' => '1', 48 48 'bviScriptLocation' => 'false', 49 49 'bviTheme' => 'white',
Note: See TracChangeset
for help on using the changeset viewer.