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