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