array ); /* loop through each section outputting its content to the page */ foreach( $cew_add_content_blocks as $cew_add_content_block ) { ?> <div class=“block <?php echo esc_html( strtolower( $cew_add_content_block[ 'class' ] ) ); ?>"> <!-- // output each content block here --> </div> <?php } // end loop through each block