I want to create a plugin, through that plugin user can publish new post, without using Wordpress post option. Is there any solution available?
If you want to publish a post from a Plugin, then you have to call the wp_insert_post() function, with the appropriate details of the new post that you want to create.