';
echo
'' .
__( 'This determines for which post types access restriction settings are offered.', 'groups' ) . '
' .
__( 'Disabling this setting for a post type also disables existing access restrictions on individual posts of that type.', 'groups' ) . '
' .
'
';
echo
'' . __( 'User profiles', 'groups' ) . '
' .
'' .
'' .
'
';
echo
'' . __( 'Tree view', 'groups' ) . '
' .
'' .
'' .
'
';
echo
'' . __( 'Permissions', 'groups' ) . '
' .
'' . __( 'These permissions apply to Groups management. They do not apply to access permissions derived from Groups capabilities.', 'groups' ) . '
' .
$caps_table .
'' .
__( 'A minimum set of permissions will be preserved.', 'groups' ) .
'
' .
__( 'If you lock yourself out, please ask an administrator to help.', 'groups' ) .
'
';
if ( !$is_sitewide_plugin ) {
echo
'' . __( 'Deactivation and data persistence', 'groups' ) . '
' .
'' .
'' .
'
' .
'' .
__( 'CAUTION: If this option is active while the plugin is deactivated, ALL plugin settings and data will be DELETED. If you are going to use this option, now would be a good time to make a backup. By enabling this option you agree to be solely responsible for any loss of data or any other consequences thereof.', 'groups' ) .
'
';
}
$groups_legacy_enable = Groups_Options::get_option( GROUPS_LEGACY_ENABLE, GROUPS_LEGACY_ENABLE_DEFAULT );
echo '' . __( 'Legacy Settings', 'groups' ) . '
';
echo '' .
'' .
'
';
if ( $groups_legacy_enable ) {
require_once GROUPS_LEGACY_LIB . '/admin/groups-admin-options-legacy.php';
do_action( 'groups_admin_options_legacy', $groups_legacy_enable !== $previous_legacy_enable );
}
echo
'' .
wp_nonce_field( 'admin', GROUPS_ADMIN_OPTIONS_NONCE, true, false ) .
'' .
'
' .
'