settings.php 274 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php /** * @var \AC\Renderable $section */ ?> <h1 class="screen-reader-text"><?= __( 'Settings', 'codepress-admin-columns' ); ?></h1> <div class="ac-settings"> <?php foreach ( $this->sections as $section ) : ?> <?= $section->render(); ?> <?php endforeach; ?> </div>