'shape-05.svg', 'title' => __( 'Style Variations', 'raft' ), ), array( 'image' => 'shape-06.svg', 'title' => __( 'Built-in Patterns', 'raft' ), ), array( 'image' => 'shape-04.svg', 'title' => __( 'Powered by blocks', 'raft' ), ), ); $strings = array( 'title' => __( 'Three columns of features', 'raft' ), ); $columns_markup = ''; foreach ( $columns as $column ) { $columns_markup .= ''; $columns_markup .= '
'; $columns_markup .= ''; $columns_markup .= '
'; $columns_markup .= 'Illustration'; $columns_markup .= '
'; $columns_markup .= ''; $columns_markup .= ''; $columns_markup .= '

' . esc_html( $column['title'] ) . '

'; $columns_markup .= ''; $columns_markup .= ''; $columns_markup .= '

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.

'; $columns_markup .= ''; $columns_markup .= '
'; $columns_markup .= ''; } return array( 'title' => $strings['title'], 'categories' => array( 'raft' ), 'content' => '
' . wp_kses_post( $columns_markup ) . '
', );