- Added: Ability for the integration with Gutenberg Block restriction settings (extends the block restriction settings via 3rd-party plugins);

- Added: Invalid nonce validation on Login and Registration pages instead of wp_die()
This commit is contained in:
nikitasinelnikov
2020-12-04 03:54:59 +02:00
parent d5bafa9c60
commit 5afebdd786
17 changed files with 145 additions and 89 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
<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 ); ?>
<?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>