I have this array, in this way let's say putting the offset
which is the 0
.
Manually works what I want is that you return all the values of that array
without me putting the offset
$data_array[$section_key][$section_data_key][$block_key]['content_block_images'] = brc_make_link_relative_if_local(wp_get_attachment_url( $data_array[$section_key][$section_data_key][$block_key]['content_block_images']['0']['image'] ) );