How do I edit this code so that it also adds specific meta data into the user and subsequent CPT being created?

You would use these functions for adding meta:

  • add_user_meta adds user meta
  • add_post_meta adds post meta

Notice that wp_insert_post will also return the post ID of the post created ( or a WP_Error object if it failed ). You can then use that in add_post_meta. See https://developer.wordpress.org/reference/functions/wp_insert_post/

Note though that tags/categories are not meta, they are taxonomies with terms, and use separate tables and functions for performance reasons.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)