// 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