You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?phpecho$args['html_after_fields']; ?><?php//phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- designed to contain potentially unsafe HTML, set by developers. ?>
534
548
</div>
535
549
<?phpif ( $args['form'] ) : ?>
536
-
<div class="acf-form-submit">
537
-
<?phpprintf( $args['html_submit_button'], $args['submit_value'] ); ?><?php//phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- designed to contain potentially unsafe HTML, set by developers. ?>
538
-
<?phpecho$args['html_submit_spinner']; ?><?php//phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- designed to contain potentially unsafe HTML, set by developers. ?>
539
-
</div>
540
-
</form>
541
-
<?phpendif;
550
+
<div class="acf-form-submit">
551
+
<?phpprintf( $args['html_submit_button'], $args['submit_value'] ); ?><?php//phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- designed to contain potentially unsafe HTML, set by developers. ?>
552
+
<?phpecho$args['html_submit_spinner']; ?><?php//phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- designed to contain potentially unsafe HTML, set by developers. ?>
0 commit comments