$post_id, 'post_content' => $post->post_content . '
Hello World!' ]; wp_update_post( $my_post ); // re-hook this function add_action('save_post', 'annoying_hello_world'); } } add_action('save_post', 'annoying_hello_world');