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