Skip to content

Instantly share code, notes, and snippets.

View ninhvanthang's full-sized avatar

Ninh Van Thang ninhvanthang

View GitHub Profile
@Crocoblock
Crocoblock / cct-crud.md
Last active June 22, 2024 20:37
JetEngine CCT CRUD

Get/Create/Update/Delete CCT item

Check if CCT module active

$module_active = jet_engine()->modules->is_module_active( 'custom-content-types' );

Get type object and handler

$type_object is an instance of \jet-engine\includes\modules\custom-content-types\inc\factory.php \