mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
9 lines
178 B
PHP
9 lines
178 B
PHP
<div class="um <?php echo $this->get_class( $mode ); ?> um-<?php echo $form_id; ?>">
|
|
|
|
<div class="um-notification">
|
|
|
|
<?php echo $this->custom_message; ?>
|
|
|
|
</div>
|
|
|
|
</div>
|