Antichrist Content System
**Site relevance:** Antichrist.net
**Memory type:** plugin source memory
**Source path:** Antichrist.net/wp-content/plugins/antichrist-content-system/antichrist-content-system.php
**Size:** 0.7 KB
Summary
Plugin Name: Antichrist.net Content System
Source Preview
This source file is short enough to preview directly on its source-memory page.
<?php
/**
* Plugin Name: Antichrist.net Content System
* Description: Uploadable deploy wrapper for the Antichrist.net seeded pages, menus, sitemaps, and locale dictionaries.
* Version: 3.28.0
* Author: Antichrist.net
* License: GPL-2.0-or-later
*
* @package AntichristNet
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( ! defined( 'ACN_CONTENT_SYSTEM_LOADED' ) && ! function_exists( 'acn_cs_seed_content_system' ) ) {
require_once __DIR__ . '/includes/antichrist-content-system-implementation.php';
}
if ( ! defined( 'ACN_REPORT_EXPANSION_LOADED' ) && ! function_exists( 'acn_reports_seed_expansion' ) ) {
require_once __DIR__ . '/includes/zz-antichrist-report-expansion-2026-05-12.php';
}