Wordpress - Create a message with a plugin

Is it possible to create messages with the wordpress plugin by entering a title, content, category and custom field (important)? For some reason I can not find anything about this in the documentation: http://codex.wordpress.org/Plugin_API or on Google.

Thanks, Rick.

+5
source share
1 answer

The function for this is wp_insert_post .

I always found the WordPress help section a bit PITA for navigation. So you might want to tag this page - http://codex.wordpress.org/Function_Reference It has a list of all (most) of the available WordPress features.

+16

All Articles