PHP code example of alleyinteractive / wp-fatal-handler

1. Go to this page and download the library: Download alleyinteractive/wp-fatal-handler library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

alleyinteractive / wp-fatal-handler example snippets


add_filter( 'wp_fatal_handler_register', '__return_false' );

define( 'QM_DISABLE_ERROR_HANDLER', true );