" . __( 'more', 'canuck' ) );
if ( true === $section4_box1_include_link && '' === $section4_box1_button_title ) {
// No link button so use image for link.
if ( true === $section4_box1_use_image_font && '' !== $section4_box1_image_font ) {
?>
' . esc_html( $section4_box1_title ) . '';
}
if ( '' !== $section4_box1_text ) {
echo '
' . wp_kses_post( $section4_box1_text ) . '
';
}
if ( true === $section4_box1_include_link && '' !== $section4_box1_button_title ) {
?>
" . __( 'more', 'canuck' ) );
if ( true === $section4_box2_include_link && '' === $section4_box2_button_title ) {
// No link button so use image for link.
if ( true === $section4_box2_use_image_font && '' !== $section4_box2_image_font ) {
?>
' . esc_html( $section4_box2_title ) . '';
}
if ( '' !== $section4_box2_text ) {
echo '
' . wp_kses_post( $section4_box2_text ) . '
';
}
if ( true === $section4_box2_include_link && '' !== $section4_box2_button_title ) {
?>