typerocket/engine

v7.0.4 2023-12-14 21:38 UTC

This package is auto-updated.

Last update: 2024-05-15 22:15:48 UTC


README

  1. Install TypeRocket Engine7 with composer.
  2. 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.