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