diff --git a/convert-protection-text.php b/convert-protection-text.php new file mode 100644 index 0000000..053eff7 --- /dev/null +++ b/convert-protection-text.php @@ -0,0 +1,135 @@ + +
設定を保存しました
' . nl2br( $alert_text ) . '
+'; + } +} + +new CNV_Protection_Text; \ No newline at end of file diff --git a/nb-protection-text.php b/nb-protection-text.php deleted file mode 100644 index 54d612c..0000000 --- a/nb-protection-text.php +++ /dev/null @@ -1,132 +0,0 @@ - -
設定を保存しました
' . nl2br( $alert_text ) . '
-'; - } -} - -$showtext = new NB_ProtectionText; \ No newline at end of file diff --git a/uninstall.php b/uninstall.php index 4a21fe7..c9dea9c 100644 --- a/uninstall.php +++ b/uninstall.php @@ -5,4 +5,4 @@ if (!defined('WP_UNINSTALL_PLUGIN')) { } // オプション設定の削除 -delete_option('nb_protect_options'); \ No newline at end of file +delete_option('_cnv_protect_options'); \ No newline at end of file