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,660 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 4, 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
I noticed the issue in the serverSideRenderer
-
Updated
Aug 6, 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
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.


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