wrap.php 199 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div id="cpac" class="wrap"> <h1 class="screen-reader-text"><?= isset ( $this->title ) ? $this->title : ''; ?></h1> <?= $this->content; ?> </div>