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