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 13,918 public repositories matching this topic...
-
Updated
Oct 27, 2020 - Vue
-
Updated
Oct 27, 2020 - PHP
If multiple products can have the same SKU, updating an order through the WooCommerce API (tested v2, v3 and v4) can unintentionally change products within an order.
To reproduce:
- Add filter to
functions.phpadd_filter( 'wc_product_has_unique_sku', '__return_false' ); - Create
product 1with SKUnon-unique. (product_id example: 1111) - Create
product 2with the same SKU `
-
Updated
Oct 23, 2020 - Ruby
-
Updated
Oct 25, 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
Sep 7, 2020 - JavaScript
-
Updated
Oct 18, 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;
});
Uncovered in #15150, we discovered that the local notification that appears after a post is successfully published doesn't launch to the correct section of the app.
ShareNoticeNavigationController.navigateToPostList(with:) is called from InteractiveNotificationsManager, which in turn calls ShareNoticeNavigationController.fetchPost(from:onSuccess:onFailure:). This expects a post ID and a s
-
Updated
Sep 16, 2019 - PHP
-
Updated
Oct 2, 2020 - JavaScript
WordPress VIP has pretty high coding standards and everyone who will work with VIP in the future will face the same problems as our team right now. It would be great if we could get coding standards up and running with VIP's standards.
Ideally we could setup PHP_Codesniffer with all the configurations of them and let a bot check run through it before merging PRs.
We will attempt to setup eve
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
Oct 2, 2020 - PHP
Running ./gradlew lintVanillaRelease on dc41909f75 produces this linter report:
warning LintBaseline: Baseline Issues
../../lint-baseline.xml: 165 errors/warnings were listed in the baseline file (lint-baseline.xml) but not found in the project; perhaps they have been fixed? Unmatched issue types: AlwaysShowAction (2), ClickableViewAccessibility (5), Disable-
Updated
Sep 28, 2020 - PHP
-
Updated
Oct 26, 2020 - HTML
Need to create /etc/hosts entry for non-wildcard alias domains in site create and site update.
-
Updated
Oct 1, 2020 - Ruby
-
Updated
Oct 26, 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.
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
-
Updated
Sep 17, 2020 - PHP
Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia

In the new site-level subscription/subscription settings screen, we should update the header cake title capitalization to match other screens in Calypso (i.e. "Subscription settings" to "Subscription Settings").
ref: p7DVsv-9sr-p2#comment-31718