wordpress-plugin
Here are 8,107 public repositories matching this topic...
-
Updated
Jun 13, 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 10, 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
Mar 14, 2022 - PHP
-
Updated
Jun 9, 2022 - JavaScript
-
Updated
Jun 14, 2022 - PHP
-
Updated
Jun 4, 2022 - PHP
-
Updated
Jun 10, 2022 - PHP
-
Updated
May 10, 2022 - PHP
Is your enhancement related to a problem? Please describe.
The Sync button in the ElasticPress toolbar at the top of ElasticPress admin pages has a title attribute/tooltip that reads "Start Sync", however clicking the button only takes the user to the Sync page, and no longer starts a sync immediately.
Describe the solution you'd like
The title attribute should be updated to not sugge
-
Updated
Jun 10, 2022 - PHP
-
Updated
Jun 7, 2022 - PHP
-
Updated
Mar 23, 2022 - PHP
-
Updated
Jan 27, 2022 - PHP
-
Updated
Jun 13, 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
May 28, 2022 - PHP
-
Updated
Jan 4, 2021 - PHP
-
Updated
Jun 4, 2022 - PHP
-
Updated
Mar 18, 2022 - PHP
-
Updated
Jun 10, 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."
The package
@wordpress/viewportattempts to use@wordpress/elementfrombuild/with-viewport-match.jsandbuild-module/with-viewport-match.js, but does not declare a dependency or peer dependency on that package.This happens to work with
npm's hoisting due to other dependencies pulling that package in, but will fail with yarn's p'n'p or pnpm with hoisting disabled.Reproduction