digilabscz/wordpress-tracy

WordPress Tracy

dev-master 2021-10-26 11:21 UTC

This package is auto-updated.

Last update: 2024-09-26 17:54:01 UTC


README

必须定义的常量(例如在 wp-config.php 中)

  • TRACY_MODE
    • true – bool – 开发模式
    • false – bool – 生产模式
    • IP/IPs – string|array|strings[] – 开发使用的IP列表
  • TRACY_LOG_DIR – 日志存储目录(例如:ABSPATH . 'logs'
  • TRACY_EMAIL – 接收错误邮件的邮箱