Skip to content

Commit 52f96ac

Browse files
committed
Hide content during page load
1 parent 0888f05 commit 52f96ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class.settings-api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ function show_forms() {
474474
?>
475475
<div class="metabox-holder">
476476
<?php foreach ( $this->settings_sections as $form ) { ?>
477-
<div id="<?php echo $form['id']; ?>" class="group">
477+
<div id="<?php echo $form['id']; ?>" class="group" style="display: none;">
478478
<form method="post" action="options.php">
479479
<?php
480480
do_action( 'wsa_form_top_' . $form['id'], $form );

0 commit comments

Comments
 (0)