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