Skip to content

Instantly share code, notes, and snippets.

@Mohsin-Shakeel
Mohsin-Shakeel / jet-engine-macros-shortcode.php
Created March 2, 2025 16:12 — forked from Crocoblock/jet-engine-macros-shortcode.php
Register [jet_engine_macros] shortcode to use JetEngine macros anywhere
<?php
/**
* How to use:
* 1. Add this code to your website with any code snippets plugin or into functions.php of your active theme.
* 2. In your admin area go to JetEngine/Macros Generator, generate and copy macros you need.
* 3. Use this macros anywhere with shortcode in following format: [jet_engine_macros macros="%generated_macros%"]
*
* Real world example:
* [jet_engine_macros macros="%jet_engine_field_name|event_date|field_value%"]
*/