@@ -6,13 +6,13 @@ |
||
| 6 | 6 | * Add or remove files to the array as needed. Supports child theme overrides. |
| 7 | 7 | */ |
| 8 | 8 | $stash_includes = [ |
| 9 | - 'lib/timber.php', // Twig magic |
|
| 10 | - 'lib/assets.php', // Scripts and stylesheets |
|
| 11 | - 'lib/extras.php', // Custom functions |
|
| 12 | - 'lib/setup.php', // Theme setup |
|
| 13 | - 'lib/images.php', // Helper for retrieving Images |
|
| 14 | - 'lib/custom.php', // Load custom post types and taxonomies |
|
| 15 | - 'lib/acf.php', // Functions related to ACF |
|
| 9 | + 'lib/timber.php', // Twig magic |
|
| 10 | + 'lib/assets.php', // Scripts and stylesheets |
|
| 11 | + 'lib/extras.php', // Custom functions |
|
| 12 | + 'lib/setup.php', // Theme setup |
|
| 13 | + 'lib/images.php', // Helper for retrieving Images |
|
| 14 | + 'lib/custom.php', // Load custom post types and taxonomies |
|
| 15 | + 'lib/acf.php', // Functions related to ACF |
|
| 16 | 16 | 'lib/transients.php', // Clear all transients on database changes |
| 17 | 17 | ]; |
| 18 | 18 | |