Skip to content

Instantly share code, notes, and snippets.

View RuanPienaarCode's full-sized avatar
😝
Learning

Ruan Pienaar RuanPienaarCode

😝
Learning
View GitHub Profile
@RuanPienaarCode
RuanPienaarCode / register-relation.php
Created February 5, 2025 09:16 — forked from Crocoblock/register-relation.php
JetEngine Relations: update items programmatically, register a relation programmatically
<?php
add_filter( 'jet-engine/relations/raw-relations', function( $relations ) {
$relations[999] = array(
'name' => 'User to post',
'parent_rel' => null,
'type' => 'many_to_many',
'is_legacy' => false,
'id' => 999,