Changeset 2592193
- Timestamp:
- 09/01/2021 03:26:36 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
button-visually-impaired/trunk/include/src/Core/Core.php
r2592111 r2592193 58 58 */ 59 59 public function getOption() { 60 if ( false !== get_option( $this->pluginOptionName ) ) { 61 Activate::getInstance()->activation(); 62 } 63 60 64 return get_option( $this->pluginOptionName ); 61 65 }
Note: See TracChangeset
for help on using the changeset viewer.