mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
9 lines
225 B
PHP
9 lines
225 B
PHP
<div class="um <?php echo $this->get_class( $mode ); ?> um-<?php echo esc_attr( $form_id ); ?>">
|
|
|
|
<div class="um-postmessage">
|
|
|
|
<?php printf( __( '%s', 'ultimate-member' ), $this->custom_message ); ?>
|
|
|
|
</div>
|
|
|
|
</div>
|