core_files_loaded

core_files_loaded is a completely unusable action. It occurs right after the add_action() function is defined, but before any plugins are loaded, so there is no way to use it. This hook has been removed from WordPress as of version 2.0.1

This hook is no longer used which means that you should not be using it in your plugins.