We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't believe that $ticketId in insertTicket will ever be WP_Error because wp_insert_post's second argument $wp_error is false.
insertTicket
wp_insert_post
importer/src/Importer/Inserter.php
Line 135 in 40de7e0
This will require a fix to wpas_insert_ticket which is part of Awesome Support plugin (not the importer).
wpas_insert_ticket
The same goes for $response in insertHistoryItem, it is missing the second argument $wp_error which should be true:
insertHistoryItem
Line 270 in 40de7e0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I don't believe that $ticketId in
insertTicket
will ever be WP_Error becausewp_insert_post
's second argument $wp_error is false.importer/src/Importer/Inserter.php
Line 135 in 40de7e0
This will require a fix to
wpas_insert_ticket
which is part of Awesome Support plugin (not the importer).The same goes for $response in
insertHistoryItem
, it is missing the second argument $wp_error which should be true:importer/src/Importer/Inserter.php
Line 270 in 40de7e0
The text was updated successfully, but these errors were encountered: