- fixed terms query;

This commit is contained in:
Nikita Sinelnikov
2021-07-26 17:51:52 +03:00
parent 83b8a86bd0
commit c74811def0
2 changed files with 10 additions and 71 deletions
@@ -92,6 +92,7 @@ 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' ),
),