Changes between Initial Version and Version 1 of Ticket #36335, comment 144
- Timestamp:
- 09/01/2016 01:48:45 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36335, comment 144
initial v1 34 34 35 35 > Class-Map Generation. 36 BTW, I've found a really nice way to build a class-map even with the other autoloaders. Have each autoloader add any classes found to the classmap and then when WP_DEBUG` is active write out to a file on a `'shutdown'` hook which can then be loaded in wp-settings.php. Which it works well for WPLib there are issues with implementing it in core, but it is something to explore.36 BTW, I've found a really nice way to build a class-map even with the other autoloaders. Have each autoloader add any classes found to the classmap and then when `WP_DEBUG` is active write out to a file on a `'shutdown'` hook which can then be loaded in wp-settings.php. Which it works well for WPLib there are issues with implementing it in core, but it is something to explore. 37 37 38 38