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,698 public repositories matching this topic...
From pbOQVh-1d7-p2, let's add a calypso_checkout_composite_step_complete
event with a step_name
prop that takes a slug and a step
prop that takes the step number. This would fire regardless of the user completing the step and rather as long as the step is in a "completed" state.
-
Updated
Aug 9, 2021 - PHP
Is your feature request related to a problem? Please describe.
The out of the box
I just realized that this code is not used anywhere and could be removed safely:
Everything goes through receiveUserPermission
these days.
-
Updated
Aug 13, 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
Aug 3, 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
Jul 26, 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
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
Aug 10, 2021 - PHP
Expected behavior
The site URL should be fully visible in the site Info Block on the My Site view when the system font is set to the largest setting.
Actual behavior
The site URL is cutoff in the site Info Block on the My Site view when the system font is set to the largest setting.
Steps to reproduce the behavior
- Set system font to highest setting on device
- Open app
-
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 14, 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
Dec 13, 2020 - 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
chmod
command into Extract tar step to keep config files more safty.How the feature is useful