Skip to content

Instantly share code, notes, and snippets.

View codex-m's full-sized avatar

Emerson Maningo codex-m

View GitHub Profile
<?php
/**
* Plugin Name: YOUR PLUGIN NAME
*/
include( dirname( __FILE__ ) . '/lib/requirements-check.php' );
$your_plugin_requirements_check = new YOUR_PREFIX_Requirements_Check( array(
'title' => 'YOUR PLUGIN NAME',
'php' => '5.4',