Skip to content

Instantly share code, notes, and snippets.

@franitpro
franitpro / current-object-property-macro.php
Created April 10, 2025 04:42 — forked from Crocoblock/current-object-property-macro.php
JetEngine Get current object propery macro
<?php
add_action( 'jet-engine/register-macros', function(){
/**
* Return current object property.
*/
class Current_Object_Prop_Macro extends \Jet_Engine_Base_Macros {
/**