Skip to content

Instantly share code, notes, and snippets.

View gydoar's full-sized avatar
🕶️
Coding

Andrés Vega gydoar

🕶️
Coding
View GitHub Profile
@derekshirk
derekshirk / acf-inline-svg.php
Created July 20, 2016 22:14
Output Inline SVGs from ACF image field
<?php
/* ————————————————————————— */
/* ACF Inline SVGs
/* ————————————————————————— */
$repeater = 'repeater_field_name'
if ( have_rows( $repeater ) ): ?>
<section class="content-main">
<div class="container"> <?php