mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Add option for port forwarding in URL
This commit is contained in:
@@ -1876,6 +1876,16 @@ $this->sections[] = array(
|
||||
),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'um_port_forwarding_url',
|
||||
'type' => 'switch',
|
||||
'title' => __( 'Allow Port forwarding in URL','ultimatemember' ),
|
||||
'default' => 0,
|
||||
'desc' => __('Turn on If you want to include port number in URLs','ultimatemember'),
|
||||
'on' => __('On','ultimatemember'),
|
||||
'off' => __('Off','ultimatemember'),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'advanced_denied_roles',
|
||||
'type' => 'text',
|
||||
|
||||
Reference in New Issue
Block a user