首页
教程
精选插件
最近更新
标签
主站
语言/Language
English
简体中文
Linux 软件免费装
在这里免费安装WordPress以及其他软件
Kilroy was here
开发者
walterebert
更新时间
2024年7月4日 16:48
PHP版本:
5.6 及以上
WordPress版本:
6.6
版权:
GPL-2.0-or-later
版权网址:
版权信息
标签
html
demo
source code
ascii art
下载
1.2
1.2.1
1.2.2
1.3
1.3.1
1.3.2
1.3.3
1.5.3
1.1
1.5
1.5.4
1.5.1
1.5.2
详情介绍:
安装:
Download the plugin and unzip it. Copy the files to the
/wp-content/plugins/kilroy-was-here
directory
Activate the plugin through the 'Plugins' menu in WordPress
After installation, you can change the text in the options page under 'Settings'.
更新日志:
1.5.4
Improve accessibility
Update tested WordPress version
1.5.3
Update tested WordPress version
1.5.2
Replace PHP
header
function with
http_response_code
.
1.5.1
Ignore PHP sniff WordPress.Security.EscapeOutput.OutputNotEscaped
Remove deprecated @subpackage tag
Update tested WordPress version
1.5
Update code according to WordPress coding standards
Move class into seperate file
1.4
Use short array syntax
1.3.3
Use WordPress checked function
Correct PHP Doc tags
1.3.2
Improved code readability
Do not delete settings in large networks upon uninstall
1.3
Renamed class and text domain
1.2.2
Replaced text domain constant
1.2.1
Improved translation support
1.2
Added a priority setting
Added a HTML comment option
Added a HTML option
Improved multisite support
1.1
Corrected minimal required WordPress version
Removed deprecated screen_icon function
Use plugins_loaded action
Added text domain for translations
Follow WordPress coding standards
Added unit tests