Skip to content

Instantly share code, notes, and snippets.

View code5rick's full-sized avatar

Codefive code5rick

View GitHub Profile
@code5rick
code5rick / acf_repeater_shortcode.php
Last active February 12, 2024 14:43 — forked from FranciscoG/acf_repeater_shortcode.php
An Advanced Custom Fields shortcode that allows to loop through a field with a repeater. This only handles simple cases, it can't handle nested repeater fields
<?php
/**
* ACF Pro repeater field shortcode
*
* Created by: https://gist.github.com/FranciscoG
* Edit by: Caio Santos
*/
function my_acf_repeater($atts, $content='') {
extract(shortcode_atts(array(
"field" => null,