Support

Account

Home Forums General Issues Question about updates coming in 6.2.7 Reply To: Question about updates coming in 6.2.7

  • Hi John,

    One further question. What, if anything, will happen if the_field() is already escaped? Like:

    <h3 class="modal-headline">"<?php esc_html( the_field('headline') ); ?>"</h3>

    Will wp_kses() be added to an already escaped element like this?:

    wp_kses( esc_html( the_field('headline') ) );

    Will that cause any problems?