mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
9 lines
276 B
PHP
9 lines
276 B
PHP
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
|
|
|
|
<div class="um <?php echo esc_attr( $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>
|