Guest User

Untitled

a guest
Oct 17th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. function filter_handler( $data , $postarr )
  3. {
  4. $data['post_content'] = 'asdf';
  5. return $data;
  6. }
  7.  
  8. add_filter( 'wp_insert_post_data' , 'filter_handler' , $post->ID );
Add Comment
Please, Sign In to add comment