WordPress
WordPress is a popular content management system, used for websites and blogs. WordPress is written in PHP and MySQL and is designed to be flexible and user-friendly.
Here are 15,940 public repositories matching this topic...
Steps to reproduce the behavior
Slack discussion: p1630936548136200-slack-C0117V2PCAE
- Go to VAT Details entry
- Add VAT details with the full VAT ID (country code included) - see slack thread for test number
- Click "Validate
-
Updated
Sep 15, 2021 - PHP
Prerequisites (mark completed items with an [x]):
- I have carried out troubleshooting steps and I believe I have found a bug.
- I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
Describe the bug
After adding a Shipping Method to your Shipping Zone, the Save Changes button gets greyed out. You then need to remove the Zone Region
Description
While working on #34719, I noticed in RTL languages the "thumb" of our range control component appears to be just a bit offset from where it should be.
Step-by-step reproduction instructions
- With WordPress set to an RTL language, interact with a range control and observe the thumb does not center itself on the end of the filled portion of the rail.
Screenshot
-
Updated
Sep 10, 2021 - Ruby
-
Updated
Sep 13, 2021 - PHP
Performance/Caching section of the docs isn't clear enough. It says that the default caching mode is CACHE_TRANSIENT, but there's no explanation on what does it actually mean.
Does it mean that all queries are cached using transients? If so then it would be good to mention what is the default cache expiration and what are the implications
-
Updated
Sep 14, 2021 - Shell
-
Updated
Aug 13, 2021 - JavaScript
-
Corcel Version: "jgrossi/corcel": "2.5.*",
-
Framework Name & Version: "laravel/framework": "5.5.*",
-
PHP Version: 7.1
Description:
Cant find model... for
// clean and simple all posts from a category
$cat = Category::slug('uncategorized')->posts->first();
$cat->posts->each(function($post) {
echo $post->post_title;
});
-
Updated
Sep 3, 2021 - PHP
When viewing the Login Epilogue, sites with long titles are not truncating (showing ellipse)
Expected behavior
Site with long titles to truncate and show an ellipse
Actual behavior
Sites with long titles are shown in full taking up a good portion of the view.
Steps to reproduce the behavior
- Create a site with a very, very, very, long title
- Logout of the app
- Log back
Let's write a guide on how to tail the pantheon/fpm logs.
I think it is as easy as:
lando logs -s appserver -fThat seems to spit out the PHP errors when I create a syntax error or undefined function in my Pantheon app.
Let's turn it into a guide: https://docs.lando.dev/contrib/guides-intro.html
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 16, 2019 - PHP
-
Updated
Sep 5, 2021 - PHP
I was testing the site creation flow on Android landscape.
When you get to the last step 'Site created':
- the preview is on the left
- the title and action is on the right
- however the title and action are centred to the preview, and get cut off screen
- I think they are probably meant to be centred to the screen, rather than the preview, so that they appear next to the preview above the
-
Updated
Aug 10, 2021 - PHP
Expected behavior
itemProp, itemScope and itemType should be created on elements
Observed behavior
javascript error for itemprop, itemscope and itemtype on html elements
Steps involved to reproduce the problem
add eg <span itemprop="telephone">999</span> to some HTML content in the database and run Html2React on it
Possible solution
add the follow
-
Updated
Aug 29, 2021 - Jinja
Need to create /etc/hosts entry for non-wildcard alias domains in site create and site update.
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Feb 16, 2021 - PHP
-
Updated
Sep 14, 2021 - Ruby
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-Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia


Feature request
Feature description
The generated and installed config files permission are too open, any user logined on the system can read and write them. So i suggest append a
chmodcommand into Extract tar step to keep config files more safty.How the feature is useful