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
Declaration of WPCOM_JSON_API_Bulk_Delete_Post_Endpoint::callback is not compatible with WPCOM_JSON_API_Update_Post_v1_1_Endpoint::callback.
WPCOM_JSON_API_Bulk_Delete_Post_Endpoint::callback
WPCOM_JSON_API_Update_Post_v1_1_Endpoint::callback
Declaration of WPCOM_JSON_API_Bulk_Delete_Post_Endpoint::callback($path = '', $blog_id = 0) must be compatible with WPCOM_JSON_API_Update_Post_v1_1_Endpoint::callback($path = '', $blog_id = 0, $post_id = 0) Type: PHP Fatal error Line: 0 File: json-endpoints/class.wpcom-json-api-bulk-delete-post-endpoint.php
The text was updated successfully, but these errors were encountered:
JSON API: WPCOM_JSON_API_Bulk_Delete_Post_Endpoint
68420bf
Callback should be called with the same params as the parent's callback. fixes #8186
oskosk
roccotripaldi
Successfully merging a pull request may close this issue.
Declaration of
WPCOM_JSON_API_Bulk_Delete_Post_Endpoint::callback
is not compatible withWPCOM_JSON_API_Update_Post_v1_1_Endpoint::callback
.Steps to reproduce the issue
What I expected
What happened instead
The text was updated successfully, but these errors were encountered: