diff --git a/includes/admin/core/class-admin-settings.php b/includes/admin/core/class-admin-settings.php index 88b54289..69950103 100644 --- a/includes/admin/core/class-admin-settings.php +++ b/includes/admin/core/class-admin-settings.php @@ -482,6 +482,16 @@ if ( ! class_exists( 'Admin_Settings' ) ) { 'label' => __( 'Restricted Access Message','ultimate-member' ), 'tooltip' => __( 'This is the message shown to users that do not have permission to view the content','ultimate-member' ), ), + array( + 'id' => 'restricted_access_post_metabox', + 'type' => 'hidden', + 'value' => '', + ), + array( + 'id' => 'restricted_access_taxonomy_metabox', + 'type' => 'hidden', + 'value' => '', + ), array( 'id' => 'restricted_access_post_metabox', 'type' => 'multi_checkbox',