Skip to content

Conversation

@jibbius
Copy link

@jibbius jibbius commented Sep 17, 2020

Resolves #59

@jibbius
Copy link
Author

jibbius commented Oct 15, 2020

(Updated, to remove branch conflicts).

@jibbius
Copy link
Author

jibbius commented Oct 15, 2020

Short version of the issue:

  • CWS_WP_Help_Plugin::api_slurp() doesn't register the wp-help post type.
  • CWS_WP_Help_Plugin::api_slurp() is capable of calling wp_update_post(), however.
  • Other plugins attach themselves to this hook (and/or) wp_insert_post... and can reasonably expect the post type to be registered.
  • Thus, this causes an error/warning in some cases.
  • The error/warning gets thrown in the other plugin... but ultimately the issue is in wp-help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CWS_WP_Help_Plugin::api_slurp() never registers the wp-help post type

1 participant