관리-도구
편집 파일: description.php
<?php /** * Render the "Notes" column content in the ad list. * * @var string $description ad description. */ ?> <div class="advads-ad-list-description"><?php echo esc_html( $description ); ?></div>