| 开发者 | jacycha |
|---|---|
| 更新时间 | 2026年8月29日 23:05 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
wp-config.php constants, per field or
entirely, for teams that prefer to keep the private key out of the databasewp-config.php constant instead; the settings screen
shows exactly which fields are currently coming from a constant, and a
Configuration source switch lets you pin the plugin to constants only,
to the database only, or let a defined constant win per field (the default,
and how the plugin behaved before this screen existed).
/wp-content/plugins/dockthor, or install it from the
plugins screen.wp-config.php instead? Add the constants below and the settings
screen will show the fields as coming from wp-config.php automatically —
nothing else to configure.
define( 'DOCK_THOR_TOKEN', 'YOUR_PROJECT_TOKEN' );
define( 'DOCK_THOR_PRIVATE_KEY', 'YOUR_PRIVATE_KEY' );Yes — Settings → DockTHOR. It shows a live configuration status, the
result of the last test event, and lets you edit every setting without
touching wp-config.php. Anything already defined as a constant keeps
working; the screen shows exactly which fields that applies to.
Request timing is off by default. When it is on, the transaction is sent after the response has been handed to the browser, so the visitor does not wait for it.
Nothing visible. Failures to start or to send are logged to the PHP error log and the request continues.
English, Polish and German.