@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
17 lines (16 loc) • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.subdirectoryReservedNames = void 0;
// get_subdirectory_reserved_names
exports.subdirectoryReservedNames = [
"page",
"comments",
"blog",
"files",
"feed",
"wp-admin",
"wp-content",
"wp-includes",
"wp-json",
"embed",
];