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,603 public repositories matching this topic...
Steps to reproduce the behavior
- Go to https://wordpress.com/plans/[site] on a site with an existing annual plan
- Note the 'billed annually' copy with a tooltip icon compared to the display plan price
What I expected to happen
The tooltip suggests that the customer wil
-
Updated
Jul 30, 2021 - PHP
Is your feature request related to a problem? Please describe.
The out of the box
Is there an existing issue for this?
- I have searched the existing issues
Have you tried deactivating all plugins except Gutenberg?
- I have tested with all plugins deactivated.
Have you tried replicating the bug using a default theme e.g. Twenty Twenty?
- I have tested with a default theme.
Description
The link to “block support mechanism” in the top section of
-
Updated
Jul 30, 2021 - Ruby
-
Updated
Jul 30, 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
Jul 30, 2021 - Shell
-
Updated
Jun 7, 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
Jul 26, 2021 - PHP
Reported by Frosty:
On iPad in splitscreen (so the app is half or 1/4 of the screen), the bottom sheet appears to take up the entire height of the display. This only seems to happen on iPad, not on iPhone. I confirmed that this also happens on
develop
.
![Simulator Screen Shot - iPad Pro (11-inch) (
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.
Let's write a guide on how to tail
the pantheon/fpm logs.
I think it is as easy as:
lando logs -s appserver -f
That 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
-
Updated
May 22, 2021 - JavaScript
-
Updated
Sep 16, 2019 - PHP
-
Updated
Jun 4, 2021 - PHP
When swiping between the screens for e.g. swiping through notifications on the Notification tab, the foreground and the background screens are not distinguishable (See wordpress-mobile/WordPress-Android#14906 (review)).
<img width="813" alt="Screenshot 2021-06-24 at 9 25 03 AM" src="https://user-images.githubusercontent.com/1405144/123207332-db2c3a80-d
-
Updated
Jun 15, 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
Jul 14, 2021 - Jinja
Need to create /etc/hosts entry for non-wildcard alias domains in site create
and site update
.
-
Updated
Jul 9, 2021 - JavaScript
-
Updated
Dec 13, 2020 - Ruby
-
Updated
Feb 16, 2021 - PHP
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
chmod
command into Extract tar step to keep config files more safty.How the feature is useful