Possible to create a new post and have the Title and Slug automatically use the post’s ID?
You need to set the ID for the post_title and post_name. You have many approaches. Typically your approach would be to use a filter in WordPress. The best I can say would be wp_insert_post_data and use the second parameter of this filter to get the post id and return the first parameter with the modified … Read more