wordpress-plugin
Here are 7,145 public repositories matching this topic...
-
Updated
Jul 13, 2021 - PHP
Avoid too many return statements within this method.
-
Updated
May 22, 2021 - JavaScript
-
Updated
Jul 11, 2021 - PHP
-
Updated
May 7, 2021 - JavaScript
Bug Description
On an AMP-first site I ran across the following amp-img:
<!--noscript-->
<amp-img height="1" width="1" alt="fbpx" src="https://www.facebook.com/tr?id=413752866132374&ev=PageView&noscript=1" class="amp-wp-enforced-sizes amp-wp-6a19fc1 i-amphtml-layout-intrinsic i-amphtml-layout-size-defined" layout="intrinsic" data-amp--
Updated
Jul 9, 2021 - JavaScript
-
Updated
Jul 12, 2021 - PHP
-
Updated
Jul 14, 2021 - PHP
-
Updated
Jun 18, 2021 - PHP
-
Updated
Jul 5, 2021 - PHP
-
Updated
Jul 8, 2021 - PHP
Test against WP 5.8
Is your enhancement related to a problem? Please describe.
Once WordPress 5.8 is released, we'll want to test ElasticPress to see if any incompatibility issues arise.
Describe the solution you'd like
- test ElasticPress on WP 5.8
- open issues for any
-
Updated
Jun 22, 2021 - PHP
-
Updated
Jun 11, 2021 - PHP
-
Updated
Jun 23, 2021 - PHP
-
Updated
Jul 6, 2021 - PHP
-
Updated
Jun 5, 2021 - PHP
-
Updated
Jul 13, 2021 - PHP
-
Updated
Jan 4, 2021 - PHP
Bug Description
When a user does Library search for both local media and third-party media and gets over 1000 results it results in some odd styling:
<img width="338" alt="image11" src="https://user-images.githubusercon
-
Updated
Dec 31, 2020 - PHP
Describe the bug:
Certain components have defined propTypes that allow for greater engineering confidence when developing. Efforts should be made to properly define propTypes across the CoBlocks repository.
Expected behavior:
Expect that propTypes are known and defined across CoBlocks.
Existing defined
-
Updated
Jul 13, 2021 - PHP
-
Updated
Jun 4, 2021 - Python
-
Updated
Jun 16, 2021 - PHP
-
Updated
Jul 13, 2021 - PHP
Describe the bug
On the frontend, the embed post block generates an iframe that loads the embedded posts, but when the Lazyload for iframes is enabled, embedded posts are not loaded in the Chrome browser.
Lazy load status for iframe does not change from data-ll-status="loading" to data-ll-status="loaded".
On Firefox embedded post iframe is lazy loaded.
To Reproduce
Steps to
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."
What problem does this address?
It's currently possible to input invalid values into the
NumberControl: WordPress/gutenberg#33285To prevent this, you currently have to manage that in the
onChangeyou pass. But we should be able to introspect into theminandmaxvalues at minimum to create a generic validation function which prevents invalid values from be