3e78366de6
ファイル分割
16 lines
422 B
PHP
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; |