Skip to content

Instantly share code, notes, and snippets.

@afragen
Last active August 3, 2022 04:00
Embed
What would you like to do?
<?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