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,373 public repositories matching this topic...
-
Updated
Jun 10, 2021 - JavaScript
-
Updated
Jun 21, 2021 - PHP
In the new comment list page, We can now filter comment based on its type.
Please add a way to filter only woocommerce review.
Here's the sample code:
add_filter('admin_comment_types_dropdown', 'add_comment_type' );
function add_comment_type($args) {
$args['review'] = __('Woocomerce Review', 'woocommerce');
return $args;
}
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 21, 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 18, 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.


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?