';
echo '';
echo '
';
foreach( $footer_three_column_blocks as $block ) :
$layout = $block['layout'];
get_template_part( 'template-parts/posts-column/layout', esc_html( $layout ), $block );
endforeach;
echo '
';
echo '
';
echo '';
}
endif;
add_action( 'bloginwp_before_footer_hook', 'bloginwp_latest_products_sec', 30 );
add_action( 'bloginwp_before_footer_hook', 'bloginwp_footer_three_column_sec', 40 );