Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Access Keys

    (@access-keys)

    Hello there,

    Currently there is no user role option.

    Thanks

    @pryde1919

    I have this in my plugin:

    add_filter( 'pre_option_default_role', 'prima_default_role' );
    function prima_default_role( $value ) {
        return 'ptp_guest';
    }

    So I cannot assign different roles, but my default one which ist ptp_guest. I guess it will work in the functions.php

    • This reply was modified 8 years, 4 months ago by wp_hela.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘is there a choosing user role option?’ is closed to new replies.