Skip to content

Instantly share code, notes, and snippets.

@heisenberg0924
heisenberg0924 / jet-engine-cct-api.php
Last active August 31, 2023 22:05 — forked from MjHead/jet-engine-cct-api.php
API to interact with JetEngine CCT from directly PHP code
<?php
/**
* JetEngine CCT-related API functions to use in theme or plugin
*
* Theme usage - include get_theme_file_path( 'jet-engine-cct-api.php' );
* Plugin usage - include PLUGIN_PATH . 'path-to-file-inside-plugin/jet-engine-cct-api.php';
*/
/**