wordpress-plugin
Here are 6,339 public repositories matching this topic...
-
Updated
Sep 3, 2020 - JavaScript
-
Updated
Aug 9, 2020 - JavaScript
-
Updated
Aug 11, 2020 - PHP
Currently, in order to register a field to an Edge you have to know the full Edge name, like RootQueryToPostConnectionEdge and that's cumbersome.
It would be nice to have something like: register_graphql_edge_field( $fromType, $toType, $fieldName, $config );
I think it's easier to know the from/to type than know the fully qualified edge name.
-
Updated
Jan 18, 2020 - 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
Aug 19, 2020 - PHP
-
Updated
Aug 5, 2020 - PHP
-
Updated
Aug 10, 2020 - PHP
-
Updated
Sep 3, 2020 - PHP
-
Updated
Sep 3, 2020 - PHP
-
Updated
Sep 3, 2020 - PHP
-
Updated
Aug 27, 2020 - PHP
-
Updated
Sep 1, 2020 - PHP
-
Updated
Sep 2, 2020 - PHP
-
Updated
Sep 2, 2020 - PHP
-
Updated
Oct 8, 2019 - PHP
-
Updated
Jun 14, 2020 - PHP
-
Updated
Jul 15, 2019 - PHP
-
Updated
Aug 19, 2020 - PHP
-
Updated
Aug 21, 2020 - PHP
-
Updated
Jul 29, 2019 - Python
-
Updated
Jul 31, 2020 - PHP
-
Updated
Feb 15, 2020 - JavaScript
-
Updated
Mar 31, 2020 - PHP
-
Updated
Sep 2, 2020
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."

wp.data.plugins.persistencehas a deprecated function__unstableMigratethat should have been removed when WP 5.4 was released.https://github.com/WordPress/gutenberg/blob/655475a10ae31cbb737b1b26b1bc057317b9e560/packages/data/src/plugins/persistence/index.js#L225-L294