Skip to content

Instantly share code, notes, and snippets.

@adnan360
Created February 13, 2018 10:54
Show Gist options
  • Save adnan360/40c0a538b805a308e1ae89e76c54032e to your computer and use it in GitHub Desktop.
Save adnan360/40c0a538b805a308e1ae89e76c54032e 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