How to make it work with Elementor? (original) (raw)

Skip to content

Viewing 3 replies - 1 through 3 (of 3 total)

// Openstreetmap shortcode for Elementor  
function acf_shortcode_openstreetmap() {  
   
// Output needs to be return  
return get_field('localisation');  
}  
// register shortcode  
add_shortcode('acf_openstreetmap', 'acf_shortcode_openstreetmap');  

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to make it work with Elementor?’ is closed to new replies.

Tags