-
Hi there, thanks for the lib!
Problem when using the example: http://python-wordpress-xmlrpc.readthedocs.org/en/latest/examples/taxonomies.html#terms : Or to create a child category:
```
for tl_cat …
-
It seems like we could greatly improve our search API handling for when there are errors:
- Currently we don't do anything about non-200 responses from the API. Can probably do something like this:
…
-
### Expected behavior
in the method "updatePost" of ReaderPostDetailFragment, it triggers REST API to get the latest version of this post. After getting the newer version, in the "handleUpdatePostR…
-
Media items essentially inherit the post status of the first post that they are assigned to.
If you look in the `wp_posts` table. Media items have a value of "inherit" under the "post_status" colum…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
### Description
Looks like there's a bit of inconsistency in the labelling of the 'Patterns'. Sometimes it's 'Pattern', sometimes 'Block Patterns'. It would be good to use a consistent terminology…
-
I can update the readme if I know how :)
-
Via email:
> Hello,
>
> Your plugin has had to be temporarily withdrawn from the WordPress.org Plugin Directory due to an exploit.
>
> Plugin Page: https://wordpress.org/plugins/saml-20-singl…
-
### Description
I created 2 external links in the block editor. This created 2 different transients in the database in wp_options, that have a different dynamic part at the end:
```
_site_transie…
-
adding this plugin breaks the build and develop via the `gatsby-source-wordpress` plugin. I have already a JWT Authentication but it didn't seem to work with graphql that's why I wanted to try with th…