Content Restriction

This commit is contained in:
ultimatemember
2015-01-07 08:37:25 +02:00
parent 71eb997b4d
commit 955e4ba9d8
11 changed files with 206 additions and 116 deletions
+10
View File
@@ -223,6 +223,16 @@ $this->sections[] = array(
'desc' => 'A logged out user will be redirected to this url If he is not permitted to access the site',
'required' => array( 'accessible', '=', 2 ),
),
array(
'id' => 'access_exclude_uris',
'type' => 'multi_text',
'default' => array(),
'title' => __( 'Exclude the following URLs' ),
'desc' => __( 'Here you can exclude URLs beside the redirect URI to be accessible to everyone' ),
'add_text' => __('Add New URL'),
'required' => array( 'accessible', '=', 2 ),
),
)