figuren-theater/install.php

figuren.theater 多站点网络的 WordPress 安装器插件。

安装: 108

依赖: 1

建议: 0

安全: 0

星级: 1

关注者: 0

分支: 3

开放问题: 1

类型:wordpress-dropin

1.4.0 2024-02-28 09:49 UTC

This package is auto-updated.

Last update: 2024-09-28 10:56:36 UTC


README


figuren.theater Logo

figuren.theater | install.php

figuren.theater 多站点网络的 WordPress 安装器插件。


阅读我们的博客

查看网络在行动中的样子加入网络创建您自己的网络

关于

devgeniem/better-wp-install-dropin 分支而来:略微修改后的 WordPress installer.php 插件,以便在安装后获得更干净的内容。

install.php 插件不会安装默认安装.php 中的冗余内容,并设置了一些主观的 wp 选项。

安装新的 WordPress 后也不会向您发送电子邮件。

当前选项

  • 将空白页面设置为首页
  • 不使用任何小工具
  • 使用空博客描述(如果有人忘记更改)
  • 使用 /%category%/%postname%/ 永久链接
  • 不安装任何文章
  • 使用 ft_install_defaults 钩子来添加自定义功能

安装

您可以将 install.php 复制到您的 wp-content 文件夹。只需即插即用。

或者,您可以使用 composer,这样您也可以自动更新它。将这些内容放入您的 composer.json 文件中

{
    "require": {
        "figuren-theater/install.php": "^1.0"
    },
    "extra": {
        "dropin-paths": {
            "htdocs/wp-content/": ["type:wordpress-dropin"],
        }
    }
}

许可

本项目许可协议为 GPL-3.0-or-later,有关详细信息,请参阅 LICENSE 文件

对原始维护者的感谢