Files
SIGE-WEB-snapshot/wp-content/plugins/wpdiscuz/options/addons/fem/title.php

10 lines
290 B
PHP

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