公開準備

This commit is contained in:
2024-06-08 16:23:16 +09:00
parent 3e78366de6
commit 6734c41bac
4 changed files with 77 additions and 10 deletions
+19 -7
View File
@@ -1,13 +1,25 @@
<?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
Plugin URI: https://develop.n-k-y.net/wordpress/convert-protection-text
Author: NBK45
Author URI: https://develop.n-k-y.net
Description: Convert Protection Text はWordPressで記事(ページ)の公開状態を限定公開(「パスワード保護」)にしたときのテキストをカスタマイズするプラグインです。
Version: 1.0.0
License: GPLv2
*/
/* Copyright 2021 NBK45 (email : nbk.develop@gmail.com)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
include_once __DIR__ . '/class/cnv_protection_txt_settings.php';