From 5a92b3e84645ab5ddf9e395bbd455848d0fa8893 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 1 May 2021 19:53:42 +0900 Subject: [PATCH] WP PLUGIN Change Protection Text MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ページ、投稿、カスタム投稿のパスワード保護のテキストやボタンを変更する --- nb-protection-text.php | 132 +++++++++++++++++++++++++++++++++++++++++ uninstall.php | 8 +++ 2 files changed, 140 insertions(+) create mode 100644 nb-protection-text.php create mode 100644 uninstall.php diff --git a/nb-protection-text.php b/nb-protection-text.php new file mode 100644 index 0000000..54d612c --- /dev/null +++ b/nb-protection-text.php @@ -0,0 +1,132 @@ + +

設定を保存しました

+
+

+

アクセス権限ページ設定

+
+ + + + + + + + + + + + + + + + + + +
+ + + + + + + +
メッセージ + +
ボタンラベル + +
ボタン名 + +
+

+
+
+ +

' . nl2br( $alert_text ) . '

+

'; + } +} + +$showtext = new NB_ProtectionText; \ No newline at end of file diff --git a/uninstall.php b/uninstall.php new file mode 100644 index 0000000..4a21fe7 --- /dev/null +++ b/uninstall.php @@ -0,0 +1,8 @@ +