Skip to content

Instantly share code, notes, and snippets.

@afragen
Last active August 3, 2022 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afragen/d25a936d09072728b38dc242bb3235ca to your computer and use it in GitHub Desktop.
Save afragen/d25a936d09072728b38dc242bb3235ca to your computer and use it in GitHub Desktop.
<?php
/**
* Auto-update fatal error check test plugin.
*
* @package AutoUpdateFatalErrorCheck
*
* Plugin Name: Auto-update Fatal Error Check Test Plugin
* Plugin URI: https://github.com/afragen/fatal-plugin
* Description: Set local version to 0 and comment code from plugin for testing.
* Version: 0.1.1
* Author: WP Core Contributors
* License: MIT
* Requires at least: 5.9
* Requires PHP: 5.6
* GitHub Plugin URI: https://github.com/afragen/fatal-plugin
* Primary Branch: main
*/
// Will PHP fatal when activated.
require 'file-not-found.php';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment