get Posts to publish
-
I really appreciate the work your doing with Contact Forms 7.
It really is a great help to have a GPL release plugin that does what this plug in do.
I ready through the Filters & Actions section of the plugin page.
for creating publish posts, and not drafts, it is said in the example:
add_action(‘cf7_2_post_form_mapped_to_my-cpt’,’modify_form_posts’,10,2);
function modify_form_posts($post_id, $cf7_form_data){
//cf7_form_data is the submitted data from your form
//post_id is the id of the post to which it has been saved.
//… do something here
}should i just add wp_publish_post() inside the modify_form_posts function?
Thanks again for your awesome plugin.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘get Posts to publish’ is closed to new replies.