﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
46069	WP_CONTENT_DIR in wp_register_fatal_error_handler	sebastian.pisula	SergeyBiryukov	"I think this is a problem. My case:

I created file `fatal-error-handler.php` in `wp-content` directory. In the file I put the code:

{{{#!php
<?php

class IC_Fatal_Error_Handler extends WP_Fatal_Error_Handler {
	public function handle() {
		wp_die( 'error' );
	}
}

return new IC_Fatal_Error_Handler();
}}}

And nothing. The file isn't loaded. I think that `wp_register_fatal_error_handler()` should be call after calling `wp_initial_constants()`"	defect (bug)	closed	normal	5.2	Bootstrap/Load	5.1	normal	fixed	has-patch		
