Skip to content
Home
Cart
Checkout
My account
Category:
Uncategorized
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
'', ), $atts ); $html = get_field( $atts['field'] ); return $html ? $html : ''; } add_shortcode( 'acf_html', 'acf_html_output_shortcode' ); ?>