📅  最后修改于: 2022-03-11 14:47:42.909000             🧑  作者: Mango
/**
* Plugin your ACF here
*/
';
// loop through the rows of data
while ( have_rows('slick_slider') ) : the_row();
// display a sub field value
//vars
$icon = get_sub_field('icon');
?>
';
else :
// no rows found
endif;