@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
39 lines (38 loc) • 910 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultSitemetaKeys = void 0;
exports.defaultSitemetaKeys = [
"add_new_users",
"active_sitewide_plugins",
"admin_email",
"admin_user_id",
"allowedthemes",
"banned_email_domains",
"blog_upload_space",
"fileupload_maxk",
"first_comment",
"first_comment_author",
"first_comment_email",
"first_comment_url",
"first_page",
"first_post",
"illegal_names",
"initial_db_version",
"limited_email_domains",
"menu_items",
"ms_files_rewriting",
"new_admin_email",
"registration",
"registrationnotification",
"site_admins",
"site_name",
"siteurl",
"subdomain_install",
"upload_filetypes",
"upload_space_check_disabled",
"user_count",
"welcome_email",
"welcome_user_email",
"wpmu_upgrade_site",
"WPLANG",
];