Masonite Doors / wp-theme-lock
一个强制WordPress主题始终处于活动状态的mu插件。需要https://github.com/masonitedoors/wp-headless-theme。
1.0.0
2020-11-12 16:17 UTC
Requires
- php: >=7
This package is auto-updated.
Last update: 2024-09-13 00:46:58 UTC
README
一个强制WordPress主题始终处于活动状态的mu插件。适用于无头WordPress配置。
配置
默认情况下,此mu插件期望已经安装了wp-headless-theme。
您可以使用单独的mu插件中的可用过滤器设置自己的主题。
add_filter( 'wp_theme_lock', function() { return 'twentytwenty'; // Theme directory to lock. });