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