Bug, author ID hardcoded
-
When creating posts/products via
wp_insert_post()the author ID is hardcoded:'post_author' => 1,On many installations this author does not exist. Or another author is using the plugin.
Possible fix, maybe try
get_current_user_id()WP Dummy Content Generator 4.0.0
The topic ‘Bug, author ID hardcoded’ is closed to new replies.