wordpress-plugin
Here are 7,444 public repositories matching this topic...
-
Updated
Oct 12, 2021 - PHP
Many user have expressed how useful GraphQL Voyager has been as they work on sites powered by WPGraphQL.
It would be nice to let users use GraphQL Voyager within their WordPress dashboard alongside GraphiQL.
-
Updated
May 22, 2021 - JavaScript
-
Updated
Sep 24, 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
Oct 11, 2021 - JavaScript
-
Updated
Oct 5, 2021 - PHP
-
Updated
Oct 12, 2021 - PHP
-
Updated
Oct 5, 2021 - PHP
-
Updated
Oct 12, 2021 - PHP
-
Updated
Oct 12, 2021 - PHP
-
Updated
Oct 7, 2021 - PHP
-
Updated
Oct 12, 2021 - PHP
-
Updated
Aug 26, 2021 - PHP
-
Updated
Oct 11, 2021 - PHP
-
Updated
Oct 12, 2021 - PHP
-
Updated
Sep 9, 2021 - PHP
-
Updated
Oct 12, 2021 - PHP
-
Updated
Jan 4, 2021 - 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
Sep 21, 2021 - PHP
-
Updated
Sep 21, 2021 - PHP
-
Updated
Jun 4, 2021 - Python
-
Updated
Sep 24, 2021 - PHP
-
Updated
Oct 7, 2021 - PHP
Is your feature request related to a problem? Please describe.
SEO is very important to my client and having full control over what's in the element is ideal.
Describe the solution you'd like
The Lazy Loaded Scripts, Critical CSS, Combined CSS, and Used CSS tags were all getting placed into the element by replacing the closing </title> and closing tags.
What
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?
When reviewing #35361, I noticed there are no end to end tests for post locking.
What is your proposed solution?
It would be great to add end to end tests to cover this functionality. To lock a post in a e2e test it should be a simple matter of running
await page.evaluate( () => wp.data.dispatch( 'core/editor' ).lockPostSaving( 'futurelock' ) );.The