wordpress-plugin
Here are 7,154 public repositories matching this topic...
-
Updated
Jul 15, 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 17, 2021 - PHP
-
Updated
Jun 18, 2021 - PHP
-
Updated
Jul 16, 2021 - PHP
-
Updated
Jul 14, 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 16, 2021 - PHP
-
Updated
Jun 5, 2021 - PHP
-
Updated
Jul 15, 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
Jul 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."
Recently, the docs have been updated to use the
useStatehook instead of thewithStateHOC, because the later has been deprecated:WordPress/gutenberg#33173
Even if it's not deprecated (as far as I know), I would like to see references to the
withSelectHOC removed from the docs in favor of the simpleruseSelecthook to encourage devs to use more modern React