Created
February 13, 2018 10:54
-
-
Save adnan360/40c0a538b805a308e1ae89e76c54032e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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