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,947 public repositories matching this topic...
-
Updated
Apr 21, 2021 - JavaScript
-
Updated
Apr 23, 2021 - PHP
Bug Description:
Font is too large for "Email Address" and "Phone Number" displayed under "Billing Address" on "My Account->Addresses/Subscriptions" page for "Twenty Twenty One theme"
Environment:
Woocommerce Version: WooCommerce 5.2 and 5.1
WordPress version: (v5.7)
PC:
Windows 10, Mac 10.14.6
Chrome(Version 89.0.4389.90)
Firefox(Version 87.0)
Safari: v13.1.1
Steps To Re
The autocompleter can cause performance issues when trying to match values in long strings. In WordPress/gutenberg#30649 the algorithm was updated to not attempt after a mismatch happened + providing ways to escape from that condition (to continue matching). This already covered most of the scenarios that caused a slow-down due to over-matching. It also will stop matching i
-
Updated
Apr 23, 2021 - Ruby
-
Updated
Apr 21, 2021 - PHP
Is your feature request related to a problem? Please describe.
Our project builds have been halted by @travis-ci due to a bug with their system. Their support has been unhelpful at resolving. The tests themselves are fine, we just need a new platform.
Describe the solution you’d like
At this point, we should migrate to GitHub Actions for further CI test running. While I'm open to other
We can move most of the code in tideways-header.php into the profiler.enable option:
https://github.com/perftools/php-profiler#configure-profiling-rate
-
Updated
Apr 19, 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
Apr 5, 2021 - PHP
Our custom calendar has accessibility issues. Both when scheduling a post and when selecting a date range from Activity Log:
- Unavailable (future) dates are not announced as unavailable.
- Dates of the week ( S M T W T F S) are incorrectly announced: eg. F is announced as “half-F, night sky”
- While scrolling up and down announcements say “Page 138” which is not super helpful. Maybe we can a
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
-
Updated
Oct 2, 2020 - JavaScript
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
Sep 16, 2019 - PHP
-
Updated
Apr 22, 2021 - PHP
Expected behavior
Given the user is with the Reader's Manage Topics & Sites settings screen, after having rotated the screen at least once, when they add a URL or topic to follow, then the newly added topic appears within the FOLLOWED TOPICS list.
https://user-images.githubusercontent.com/9729923/109473815-7ad14300-7a7c-11eb-92ae-71850ea23f10.mp4
Actual behavior
Given t
-
Updated
Apr 19, 2021 - PHP
-
Updated
Apr 8, 2021 - 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
Feb 23, 2021 - JavaScript
-
Updated
Feb 16, 2021 - PHP
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.
Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia
Open https://wordpress.com/me/account in Spanish and observe wp-admin advanced setting:
See how the ?-symbol gets orphaned on its own line.
This function might help:
https://github.com/Automattic/wp-calypso/blob/9a3fc0feba