Files
SIGE-WEB-snapshot/ambiente-de-test/wp-content/plugins/wpdiscuz/options/addons/cai/title.php

10 lines
285 B
PHP

<?php
if (!defined("ABSPATH")) {
exit();
}
if (!$isCaiExists) {
?>
<li><img src="<?php echo plugins_url(WPDISCUZ_DIR_NAME . "/assets/img/demo.png"); ?>"
style="vertical-align:bottom;"/> &nbsp; <?php esc_html_e("Comment Author", "wpdiscuz"); ?></li>
<?php
}