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 14,261 public repositories matching this topic...
-
Updated
Dec 29, 2020 - JavaScript
-
Updated
Dec 30, 2020 - PHP
Hi,
Error: When querying orders in UTC time, WooCommerce fails to recognize the timezone. I am sending UTC time, but WooCommerce uses its own timezone instead.
Steps to reproduce:
Here is the site:
https://www.idscad.com/wc-api/v3
store": {
"name": "IDS CAD",
"description": "Digital Artistry",
"URL": "https://www.idscad.com",
"wc_version": "3.8.1",
"version": "3.1.0",
https:
The quick inserter has a standard border (outset) that is #ccc.
With the addition of the 'browse all' button in black at the bottom it creates an unfortunate fuzz between the black button, the gray border, and the black box shadow:
We should instead use an inset border like `borde
-
Updated
Dec 28, 2020 - Ruby
-
Updated
Dec 16, 2020 - PHP
Expected behavior
{{ post.get_comment_count }} should return only comments count without trackpacks and pingbacks
because post.comments return only comments
Actual behavior
post.comments return only post comments
Steps to reproduce behavior
Add trackbacks and pingback, render {{ dd(post.comments) }}
What version of WordPress, PHP and Timber are you using?
WordPress 5.5.1
Apt Mirrors
Sometimes when provisioning, apt fails to retrieve packages due to network issues. This seems to have happened in #1991 but if there had been a backup to fall back to this might have been avoided.
For MariaDB at least we can add mirrors, and there are quite a few to choose from listed here:
https://downloads.mariadb.org/mariadb/repositories/#mirror=digitalocean-ams
We might be able to m
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 21, 2020 - PHP
-
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;
});
A quick ack of the repo shows whitelist and blacklist referenced in several places. Let's update these references in our code and repo documentation (e.g. README) to use more inclusive terms. Suggestions: allowlist or blockedlist. For references in third-party libs, we can see if there is an updated version of that lib and whether there is any blockers to switching to that version.
-
Updated
Sep 16, 2019 - PHP
-
Updated
Oct 2, 2020 - JavaScript
In the graphql_map_input_fields_to_wp_query filter, the $post_type is the last parameter. This is inconsistent with the other graphql_map_input_fields_* filters. For example in graphql_map_input_fields_to_get_terms the $taxonomy parameter is the third parameter (while the $context & $info parameters are the last two in all of the graphql_map_input_fields_* filters). For consistency sake, i
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
-
Updated
Dec 29, 2020 - PHP
A quick ack of the repo shows whitelist and blacklist referenced in several places. Let's update these references in our code and repo documentation (e.g. README) to use more inclusive terms. Suggestions: allowlist or blockedlist. For references in third-party libs, we can see if there is an updated version of that lib and whether there is any blockers to switching to that version.
-
Updated
Dec 14, 2020 - PHP
-
Updated
Dec 23, 2020 - HTML
Bug report
- I've updated both my project and my packages to the latest Frontity versions: https://docs.frontity.org/guides/keep-frontity-updated
- I've searched for existing issues.
- I've checked the documentation: https://docs.frontity.org
- I've checked the community forum: https://community.frontity.org
Need to create /etc/hosts entry for non-wildcard alias domains in site create and site update.
-
Updated
Dec 13, 2020 - Ruby
-
Updated
Dec 17, 2020 - JavaScript
The list of AMP Caches is available at https://cdn.ampproject.org/caches.json
This could be pulled in dynamically rather than hard-coding each AMP Cache in \AMP_HTTP::get_amp_cache_hosts():
This is low priority because the list of caches changes infrequently.
-
Updated
Sep 17, 2020 - PHP
Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia

As mentioned in Automattic/wp-calypso#47370 (comment) and discussed in Automattic/wp-calypso#47181, the reusable summary item should be extracted to the
@automattic/onboardingpackage, so that it can be reused also by other packages or apps.