Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

One Response

Leave a Reply

Your email address will not be published. Required fields are marked *

'', ), $atts ); $html = get_field( $atts['field'] ); return $html ? $html : ''; } add_shortcode( 'acf_html', 'acf_html_output_shortcode' ); ?>