Forums

[resolved] If visitor CAN register, and IF NOT (3 posts)

  1. studioburst
    Member
    Posted 8 months ago #

    Hi guys,

    I really need to know if this is possible:

    Can I detect if the capability of being able to register is true/false?

    I want to be able to show something else where the registration area is IF visitors aren't allowed to register.

    Really appreciate any help on this :)

  2. Jackson
    Member
    Posted 8 months ago #

    if ( !get_option('users_can_register') ) {
        // Registration Disabled
    }
  3. studioburst
    Member
    Posted 8 months ago #

    awesome, works a treat, thanks man :)

Reply

You must log in to post.

About this Topic

Tags