mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
5afebdd786
- Added: Invalid nonce validation on Login and Registration pages instead of wp_die()
11 lines
395 B
PHP
11 lines
395 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
|
|
// translators: %s: The message after registration process based on a role data and user status after registration
|
|
printf( __( '%s', 'ultimate-member' ), $this->custom_message ); ?>
|
|
</div>
|
|
|
|
</div>
|