My functions.php includes other function files located within a 'functions' directory.
Currently they're individually added, in the format of this example:
include('functions/login.php');
How can I modify this to include all files within the 'functions' directory, without listing them individually?