Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 418 Bytes

Register TypeRocket Engine7

  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.