mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- changed labels;
This commit is contained in:
@@ -113,8 +113,8 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
array(
|
||||
'id' => '_um_restrict_custom_message',
|
||||
'type' => 'wp_editor',
|
||||
'label' => __( 'Custom Restrict Content message', 'ultimate-member' ),
|
||||
'tooltip' => __( 'You may replace global restrict message here', 'ultimate-member' ),
|
||||
'label' => __( 'Custom restricted access message', 'ultimate-member' ),
|
||||
'tooltip' => __( 'You may replace global restricted access message here', 'ultimate-member' ),
|
||||
'value' => ! empty( $data['_um_restrict_custom_message'] ) ? $data['_um_restrict_custom_message'] : '',
|
||||
'conditional' => array( '_um_restrict_by_custom_message', '=', '1' ),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user