- Install TypeRocket Engine7 with composer.
- Add your TypeRocket code to the action hook typerocket_engine7_loaded
composer require typerocket/engine
include __DIR__ . '/vendor/autoload.php';
add_action('typerocket_engine7_loaded', function() {
// Your code here
});
If multiple plugins install TypeRocket Engine7 only the latest version will be loaded.