- 2.2.1 prepare to the release;

This commit is contained in:
Nikita Sinelnikov
2021-07-30 14:20:11 +03:00
parent 250a4ded5c
commit c765d03ce4
7 changed files with 34 additions and 14 deletions
@@ -89,7 +89,7 @@ if ( ! defined( 'ABSPATH' ) ) {
array(
'id' => '_um_noaccess_action',
'type' => 'select',
'label' => __( 'What happens when users without access tries to view the post?', 'ultimate-member' ),
'label' => __( 'What happens when users without access try to view the post?', 'ultimate-member' ),
'tooltip' => __( 'Action when users without access tries to view the post', 'ultimate-member' ),
'value' => ! empty( $data['_um_noaccess_action'] ) ? $data['_um_noaccess_action'] : 0,
'options' => array(