Was looking at the below post which does something similar to what I am trying to do...it clears out the post_name (slug) and recreates based on post_title. (for a specific post type)
FROM POST_CONTENT (what I'm trying to do)
I am trying to create post_name from post_content for a specific post type, in a similar fashion, however, cannot use the post title. The post content fields in this case actually contain the correct number of words for a post title, so as long as they are sanitized, they would make good slugs.
Hoping somebody can help with a code sample similar to the above...