Advertisement
designbymerovingi

mycred-min-balance-check

Nov 6th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. $minimum = 100;
  2. if ( is_user_logged_in() && ( function_exists( 'mycred_get_users_cred' ) && mycred_get_users_cred( get_current_user_id() ) >= $minimum ) ) {
  3.  
  4.     // The current user has minimum 100 points
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement