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 ""; } Hello world! – SSO client

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Comments

One response to “Hello world!”

  1. A WordPress Commenter Avatar

    Hi, this is a comment.
    To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
    Commenter avatars come from Gravatar.

Leave a Reply to A WordPress Commenter Cancel reply

Your email address will not be published. Required fields are marked *