-fixed save options restricted access post and taxonomy metabox

This commit is contained in:
Denis Baranov
2018-01-04 16:04:29 +02:00
parent 5c095955b7
commit 15b9281371
@@ -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',