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,531 public repositories matching this topic...
-
Updated
Aug 28, 2020 - Vue
-
Updated
Aug 30, 2020 - PHP
Hello,
I have a question about "stock threshold" option for every product separately. Is it possible to manage that field through WooCommerce API?
Thank you. :)
Describe the bug
Currently the Block Installer only has a plural %s active installation(s)
where as WordPress has 3 distinct states for plugins:
- 0 = Fewer than 10
- over 10 =
%s active installation(s)
- over 1 million =
%d+ million active installation(s)
-
Updated
Aug 29, 2020 - Ruby
-
Updated
Aug 23, 2020 - PHP
Is your feature request related to a problem? Please describe.
#554 #1205 both discuss the need for formal comment pagination
Describe the solution you’d like
We should probably follow the pattern of {{ post.comments({ comments_per_page: 20, page: 6}) }}
— rather than new arguments
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
Aug 15, 2020 - JavaScript
-
Updated
Aug 14, 2020 - PHP
This is not used and it's not consistent with wpandroid.
-
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
Sep 16, 2019 - PHP
-
Updated
Aug 9, 2020 - JavaScript
-
Updated
Aug 23, 2020 - PHP
Currently, in order to register a field to an Edge you have to know the full Edge name, like RootQueryToPostConnectionEdge
and that's cumbersome.
It would be nice to have something like: register_graphql_edge_field( $fromType, $toType, $fieldName, $config );
I think it's easier to know the from/to type than know the fully qualified edge name.
Let's write a guide on how to tail
the pantheon/fpm logs.
I think it is as easy as:
lando logs -s appserver -f
That 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
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
Jul 29, 2020 - PHP
-
Updated
Aug 30, 2020 - Python
Need to create /etc/hosts entry for non-wildcard alias domains in site create
and site update
.
-
Updated
Aug 12, 2020 - Ruby
-
Updated
Aug 11, 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
Oct 23, 2019 - PHP
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
Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia
The function returned by
createAnalyticsEventHandler()
in new checkout is used by many parts of checkout, but the most critical may be error reporting where it logs fatal errors to logstash so we can be notified of them.Unfortunately, there are occasionally bugs introduced into this rather large function and if an error occurs there, it will not be reported.
I think it would be a good ide