WordPressプラグイン指摘事項修正

This commit is contained in:
2024-07-19 18:42:09 +09:00
parent 1390e315a6
commit 961a591e61
6 changed files with 44 additions and 30 deletions
+7 -3
View File
@@ -22,7 +22,11 @@ License: GPLv2
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
include_once __DIR__ . '/class/cnv_protection_txt_settings.php';
include_once __DIR__ . '/class/class.cnv_protection_txt.php';
if ( ! defined( 'ABSPATH' ) ) {
exit;
} // Exit if accessed directly
new cnv_protection_txt;
include_once __DIR__ . '/class/conv_protection_txt_settings.php';
include_once __DIR__ . '/class/class.conv_protection_txt.php';
new conv_protection_txt;