Activating

Last modified:

Blockstudio can be activated by navigating to the Blockstudio submenu, which is located under the Tools menu.

Alternatively, it is also possible to activate Blockstudio using PHP. This is done by adding the following code constant to your functions.php file:

functions.php

                const BLOCKSTUDIO_LICENSE = "YOUR LICENSE KEY";

        
Copy
Search