/wp-content/themes/rife-free/layer/layer.js
.
All Views:
PHP Code Snippets Powered By : XYZScripts.com
Home
话题
写丽史
消息
我的
error: Alert: Content is protected !!
关注我们

关注
我们

关注公众号

公众号:s_noni扫描二维码或搜公众号:诺丽王s-noni在线咨询

本站QQ交流群:

关注公众号

微信
分享

扫一扫 手机QQ/微信扫一扫
微博分享

微博
分享

分享到QQ空间

Qzone
分享

/** * 在页脚底部输出 SQL 请求数与页面生成耗时 */ add_action('wp_footer', 'add_footer_performance_stats', 99); function add_footer_performance_stats() { // 去掉下面这行判断 = 对所有访客显示;保留 = 仅登录管理员可见 if (!is_user_logged_in() || !current_user_can('manage_options')) { return; } echo ''; }