Files
Convert_Protection_Text/convert-protection-text.php
T
2021-06-30 18:14:38 +09:00

16 lines
422 B
PHP

<?php
/*
Plugin Name: Convert Protection Text
Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates
Description: A brief description of the Plugin.
Version: 1.0
Author: nobu
Author URI: http://URI_Of_The_Plugin_Author
License: A "Slug" license name e.g. GPL2
*/
include_once __DIR__ . '/class/cnv_protection_txt_settings.php';
include_once __DIR__ . '/class/class.cnv_protection_txt.php';
new cnv_protection_txt;