Wordpress - show content if registration open / closed


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. if ( get_option('users_can_register') {
  2.  
  3. //show something here only if registration is open
  4.  
  5. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.