-
Updated
Nov 26, 2020 - JavaScript
wordpress-plugin
Here are 6,544 public repositories matching this topic...
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Nov 21, 2020 - PHP
-
Updated
Nov 21, 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
Nov 25, 2020 - PHP
-
Updated
Nov 28, 2020 - PHP
-
Updated
Sep 10, 2020 - PHP
-
Updated
Nov 24, 2020 - PHP
-
Updated
Nov 27, 2020 - PHP
-
Updated
Nov 26, 2020 - PHP
-
Updated
Nov 10, 2020 - PHP
-
Updated
Oct 25, 2020 - PHP
-
Updated
Nov 19, 2020 - PHP
-
Updated
Nov 28, 2020 - PHP
-
Updated
Nov 23, 2020 - PHP
-
Updated
Oct 8, 2019 - PHP
-
Updated
Jul 15, 2019 - PHP
-
Updated
Nov 24, 2020 - PHP
-
Updated
Oct 30, 2020 - PHP
Feature description
Based off of work done in #51 and #152 in particular, layer panel height is defaulted to 6 layers.
This should vary with overall window size when UX has defined this.
Awaiting UX! Low priority.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
-
Updated
Oct 15, 2020 - Python
-
Updated
Jul 31, 2020 - PHP
-
Updated
Mar 31, 2020 - PHP
-
Updated
Oct 27, 2020
-
Updated
Nov 27, 2020 - PHP
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."



In the
graphql_map_input_fields_to_wp_queryfilter, the $post_type is the last parameter. This is inconsistent with the othergraphql_map_input_fields_*filters. For example ingraphql_map_input_fields_to_get_termsthe $taxonomy parameter is the third parameter (while the $context & $info parameters are the last two in all of thegraphql_map_input_fields_*filters). For consistency sake, i