Hi everybody,
I have created a plugin that create a post in my blog.
When I try this code:
$postId=wp_insert_post( $post );
wp_publish_post( $postId );
the post is correctly created into the blog, but it isn't sent to twitter.
Why?
Thx to everybody
MpMp