Changes between Initial Version and Version 1 of Ticket #43228, comment 6
- Timestamp:
- 03/07/2018 04:59:51 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43228, comment 6
initial v1 1 1 Calling `wp_clean_themes_cache()` this early in the load process renders the filter `'extra_themes_headers'` in `get_file_data()` of wp-includes/functions.php useless as a call from any other source. 2 3 @johnbillion this breaks stuff. Try adding any additional theme headers using the above filter hook and you will see.