tools.php 233 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 <h1 class="screen-reader-text"><?= __( 'Tools', 'codepress-admin-columns' ) ?></h1> <div class="ac-section-group -tools"> <?php foreach ( $this->sections as $section ) : ?> <?= $section->render(); ?> <?php endforeach; ?> </div>