Activating
# Activating
SleekByte can be activated on a site by navigating to the `SleekByte` menu item in the WordPress admin dashboard.
Alternatively, it is also possible to activate SleekByte using PHP. This is done by adding the following code constant to your `functions.php` file:
```php
const SLEEKBYTE_LICENSE = "YOUR LICENSE KEY";
```
SleekByte can be activated on a site by navigating to the SleekByte menu
item in the WordPress admin dashboard.
Alternatively, it is also possible to activate SleekByte using PHP. This is done
by adding the following code constant to your functions.php file:
const SLEEKBYTE_LICENSE = "YOUR LICENSE KEY";
Copy
const SLEEKBYTE_LICENSE = "YOUR LICENSE KEY";