Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
add_settings_field( 'auto_create_user', 'Maak gebruikers automatisch aan', 'docaccess_oidc_client_field_auto_create_user', 'docaccess-oidc-client', 'docaccess_oidc_client_section' ); function docaccess_oidc_client_field_auto_create_user() { $options = get_option('docaccess_oidc_client_options'); $checked = !empty($options['auto_create_user']) ? 'checked' : ''; echo ""; }