wordpress-plugin
Here are 8,192 public repositories matching this topic...
-
Updated
Jul 8, 2022 - PHP
As a user, I would like to be able to query a comment by database id.
Currently, the comment query doesn't allow for different id types (such as database id), but many other "single node" entry fields in the Graph support an idType field, such as:
{
post( id: 123, idType: DATABASE_ID ) { __typename, id }
contentNode( id: 123 idType: DATABASE_ID ) { __typename, id }
}-
Updated
May 22, 2021 - JavaScript
-
Updated
Jun 24, 2022 - PHP
-
Updated
Feb 11, 2022 - JavaScript
The list of AMP Caches is available at https://cdn.ampproject.org/caches.json
This could be pulled in dynamically rather than hard-coding each AMP Cache in \AMP_HTTP::get_amp_cache_hosts():
This is low priority because the list of caches changes infrequently.
-
Updated
Jul 1, 2022 - PHP
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Jul 8, 2022 - PHP
-
Updated
Jun 4, 2022 - PHP
-
Updated
Jun 10, 2022 - PHP
-
Updated
May 10, 2022 - PHP
-
Updated
Jul 8, 2022 - PHP
-
Updated
Jul 6, 2022 - PHP
-
Updated
Jul 8, 2022 - PHP
-
Updated
Mar 23, 2022 - PHP
-
Updated
Jan 27, 2022 - PHP
-
Updated
Jul 8, 2022 - PHP
Describe the bug
When using the template functionality of the innerBlocks component we can run into issues with how the undo and redo editor functions behave. Specifically if we are setting a block attribute when the template changes we are creating two undo snapshots: one when the attribute is set and another when the innerBlocks are updated.
We solved this issue in the Form block here: h
-
Updated
Jun 25, 2022 - PHP
-
Updated
Jan 4, 2021 - PHP
-
Updated
Jul 7, 2022 - PHP
-
Updated
Mar 18, 2022 - PHP
-
Updated
Jun 21, 2022 - PHP
-
Updated
Jun 4, 2021 - Python
Before submitting an issue please check that you’ve completed the following steps:
- Made sure you’re on the latest version
3.10.5 - Used the search feature to ensure that the bug hasn’t been reported before
Describe the bug
When Delay JavaScript Execution is used with the WP Search with Algolia, the search featyre is
WP-GraphQL-Woocommerce can't detect the product categories with different term_id and term_taxonomy_id IDs in wp_term_taxonomy table.
By default, the term_id and term_taxonomy_id have the same ID value in wp_term_taxonomy table.
For example:
term_taxonomy
| term_taxonomy_id | term_id | taxonomy |
|---|---|---|
| 1 | 1 | product_cat |
Improve this page
Add a description, image, and links to the wordpress-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wordpress-plugin topic, visit your repo's landing page and select "manage topics."


Description
The search block button always displays the default cursor (arrow). It should use the same cursor as for other buttons or text inputs.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Before:
Editor text:
![image](https://user-images.githubuserconten