📜  WordPress 中的 Slick 滑块和 ACF Pro - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:42.909000             🧑  作者: Mango

代码示例3
/**  
 * 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'); 
    ?>
    
<?php echo esc_attr( $icon['alt'] ); ?>
'; else : // no rows found endif;