Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.




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