',
esc_url( $static_table_cell[ $j ]['static_row_image']['url'] ),
esc_html( $static_table_cell[ $j ]['title'] ) );
} else {
print ( wp_get_attachment_image(
$static_table_cell[ $j ]['static_row_image']['id'],
$static_table_cell[ $j ]['static_row_thumbnail_size'],
false,
[
'alt' => esc_html( $static_table_cell[ $j ]['title'] )
]
) );
}
?>