Problem with posts generated via wp_insert_post in multisite
-
Hello, I have a multisite with several blogs.
In one of those blog (let’s call it blog_x), where WP Telegram is not enabled, I have a function that retrieves some data every night (using the scheduler in wp) and create posts using wp_insert_post.In other blogs (blog_y for example) I have WP Telegram installed and configured with autopost.
My problem is: when the nightly task in blog_x runs and the new posts are created, they are sent via Telegram in the blog_y channel.
The posts are correctly created in blog_x, no reference to blog_y and such, everything is fine, but then are fired by a different blog/channel.I have the logs from your plugin, if they could help…
Any help?
Thanks
The topic ‘Problem with posts generated via wp_insert_post in multisite’ is closed to new replies.