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,392 public repositories matching this topic...
-
Updated
Jun 25, 2021 - JavaScript
-
Updated
Jun 25, 2021 - PHP
woocommerce\includes\export\abstract-wc-csv-batch-exporter.php:145
/**
* Get total % complete.
*
* @SInCE 3.1.0
* @return int
*/
public function get_percent_complete() {
return $this->total_rows ? floor( ( $this->get_total_exported() / $this->total_rows ) * 100 ) : 100;
}
must return int, but floor return float.
woocommerce\includes\export\abstract-wc-csv-bat
What problem does this address?
I'm suggesting a new feature for this repo: https://github.com/WordPress/gutenberg/blob/trunk/packages/dependency-extraction-webpack-plugin/
I have to add a final newline for the file *.assets.php when using this sniffer https://docs.woocommerce.com/document/create-a-plugin/#error-1008
I think it is better to have final newline by default or with an op
-
Updated
Jun 25, 2021 - Ruby
-
Updated
May 29, 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
-
Updated
Jun 25, 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
Jun 17, 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.
![Simulator Screen Shot - iPad Pro (11-inch) (
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
May 22, 2021 - JavaScript
-
Updated
Sep 16, 2019 - PHP
-
Updated
Jun 4, 2021 - PHP
When swiping between the screens for e.g. swiping through notifications on the Notification tab, the foreground and the background screens are not distinguishable (See wordpress-mobile/WordPress-Android#14906 (review)).
<img width="813" alt="Screenshot 2021-06-24 at 9 25 03 AM" src="https://user-images.githubusercontent.com/1405144/123207332-db2c3a80-d
-
Updated
Jun 15, 2021 - PHP
-
Updated
Jun 5, 2021 - Jinja
(sorry if this is not the place for this... should these minor issues just be raised on the forum?)
Bug report
Expected behavior
When visiting eg /blog/page/2/ the "Blog" item should still be highlighted in the menu.
this is currently created by
aria-current={state.router.link === link ? "page" : undefined}
and so only works on the first page
Observed behavior
Need to create /etc/hosts entry for non-wildcard alias domains in site create and site update.
-
Updated
Dec 13, 2020 - Ruby
-
Updated
Jun 24, 2021 - JavaScript
-
Updated
Feb 16, 2021 - PHP
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
Expected
We currently show previews for WP.com Reader, Google Search, Facebook, and Twitter. We should add a preview for the WordPress.com oEmbed card that is inserted whenever you paste a link to a published WP.com page or post.
Actual
We don't show the WP oEmbed card design within social previews yet.
How to preview a WP.com oEmbed?