Hello there,
I'm trying to display a google map location in the Oxygen builder but the code is not working.
I tried on a code block with the following code:
<?php
$args = [
'width' => '100%',
'height' => '250px',
'zoom' => 14,
];
rwmb_the_value( 'mapa', $args );
?>
It's not displaying.
Here is the front end page:
https://fernandoarbex.com/teste-celula/
Any idea why and how to make it work?