| 开发者 | alihesari |
|---|---|
| 更新时间 | 2026年3月22日 05:42 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
owlstack_post_published and owlstack_post_failed actionswp_optionsowlstack folder to the /wp-content/plugins/ directory, or install directly through the WordPress plugins screen.Telegram, X (Twitter), Facebook, Instagram, LinkedIn, Discord, Pinterest, Reddit, Slack, Tumblr, and WhatsApp are all supported.
No. All dependencies are bundled with the plugin. Simply install and activate it from your WordPress admin panel.
Yes. Use the owlstack_supported_post_types filter:
add_filter('owlstack_supported_post_types', function ($types) {
return ['post', 'page', 'product'];
});
Yes. Configure proxy settings in Owlstack > Settings for servers that cannot access social media APIs directly.
Delivery logs are stored in a custom database table (wp_owlstack_delivery_logs). You can view them under Owlstack > Delivery Logs.
owlstack() helper function.