| 开发者 | automaticles |
|---|---|
| 更新时间 | 2026年8月6日 05:05 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
.zip file under Plugins > Add New > Upload Plugin, or install it directly from the WordPress plugin search by looking for "Automarticles".No. The plugin automatically exposes the required endpoint after activation — just paste the URL shown on the plugin's settings screen into your Automarticles account.
No. The plugin makes no periodic outbound calls. It only receives and responds to events sent by Automarticles (webhook model), authenticated by a token you control.
You can sync your existing categories with your Automarticles account before publishing, avoiding duplicate categories. This link is always created manually, with your confirmation.
Yes. The plugin works at the content layer (native WordPress posts and categories) and does not depend on any specific theme.
Inside your Automarticles account, under Settings > Integrations > WordPress.
GET_LAST_ERROR diagnostic added in 1.6.8/1.6.9.GET_LAST_ERROR now returns the 10 most recent recorded errors (fatal PHP errors or image-processing failures), not just the last one, and each entry identifies which post it came from (Automarticles post id, slug, title). Detection of PHP fatals also now covers the entire event, not only image processing.GET_LAST_ERROR webhook event (authenticated with the same token as everything else) that returns the last recorded fatal PHP error or image-processing failure, so it can be checked remotely without enabling WP_DEBUG or accessing the server. The error is now always recorded (not only when WP_DEBUG is on).WP_DEBUG is on) if publishing a post crashes the request, instead of failing with no diagnostic trail.wp_enqueue_style()/wp_enqueue_script() instead of inline <style>/<script> tags.token_automarticles and autor_automarticles options to automarticles_token and automarticles_autor, so stored option names are properly prefixed.== External services == section documenting the featured-image download from Automarticles.error_log() calls from the image download routine entirely, instead of just gating them behind WP_DEBUG.date() calls replaced with gmdate() for deterministic, timezone-independent date handling.$_POST data is read.error_log() calls are now gated behind WP_DEBUG, so they no longer run by default in production.automarticles_ prefix, avoiding name collisions with other plugins.