| 开发者 | automaticles |
|---|---|
| 更新时间 | 2026年7月29日 04:39 |
| 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.
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.