WordPressプラグイン指摘事項修正
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user