- removed comment with the future option;

This commit is contained in:
Nikita Sinelnikov
2021-07-26 18:10:51 +03:00
parent c74811def0
commit d459db7d6e
@@ -92,7 +92,6 @@ if ( ! defined( 'ABSPATH' ) ) exit;
'tooltip' => __( 'Action when users without access tries to view the content', 'ultimate-member' ),
'value' => ! empty( $data['_um_noaccess_action'] ) ? $data['_um_noaccess_action'] : 0,
'options' => array(
// '2' => __( 'Show 404 (Recommended)', 'ultimate-member' ),
'0' => __( 'Show access restricted message', 'ultimate-member' ),
'1' => __( 'Redirect user', 'ultimate-member' ),
),