Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@79mplus-admin
Created February 15, 2018 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 79mplus-admin/b220cc537c7043b5d45d18a2886fc936 to your computer and use it in GitHub Desktop.
Save 79mplus-admin/b220cc537c7043b5d45d18a2886fc936 to your computer and use it in GitHub Desktop.
// Checks if there is any expiring members this month
if ( count( $expiring_members ) == 0 ) {
echo "No member is expiring in this month!";
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment