Check IF AFC Layout EXISTS

1
<?php if( have_rows('modules') ) { while ( have_rows('modules') ) { the_row();  if( get_row_layout() == 'portfolio_content' ) { $has_portfolio_content = true; } } } ?>  
Comments