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 16,386 public repositories matching this topic...
-
Updated
Nov 16, 2021 - JavaScript
-
Updated
Nov 27, 2021 - PHP
If usage tracking is not enabled in WooCommerce then the cron event woocommerce_tracker_send_event that is run daily is left with no action.
Should the cron event be deleted if usage tracking is disabled?
What problem does this address?
PR #36694 introduces a new how to guide template, it would be good to convert the existing content to use this template. Getting a few reference examples created shows future documentation a good starting point.
The Format API guide is a good first candidate to convert, as it is a con
-
Updated
Nov 15, 2021 - Ruby
-
Updated
Nov 19, 2021 - PHP
Performance/Caching section of the docs isn't clear enough. It says that the default caching mode is CACHE_TRANSIENT, but there's no explanation on what does it actually mean.
Does it mean that all queries are cached using transients? If so then it would be good to mention what is the default cache expiration and what are the implications
-
Updated
Nov 26, 2021 - Shell
-
Updated
Oct 5, 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
Nov 12, 2021 - PHP
I think @pachlava and I had a written discussion about this somewhere, but I couldn't find it
There's nothing wrong in calling super in setup or teardown methods, but it's unnecessary because XCTestCase doesn't implement any functionality in there, making calling super redundant.
Note that I couldn't find any explicit proof in the docs to back my assertion. But, I'll point you tow
As a follow up to #447, we should write up a guide on how to modify Drush options within Lando to make uli use the correct domain so that users can make their Lando setup just that much nicer.
Website & Blog Fixes
Many user have expressed how useful GraphQL Voyager has been as they work on sites powered by WPGraphQL.
It would be nice to let users use GraphQL Voyager within their WordPress dashboard alongside GraphiQL.
-
Updated
May 22, 2021 - JavaScript
-
Updated
Sep 16, 2019 - PHP
-
Updated
Sep 5, 2021 - PHP
Description
The user should be able to easily copy a page link (for posts the functionality is implemented in wordpress-mobile/WordPress-Android#15570):
- Press the dots at the right of a page in the list
- A Copy link button should be added above the Trash button
- When the user presses the Copy link button a **snackbar message appears saying "Link copie
Expected behavior
itemProp, itemScope and itemType should be created on elements
Observed behavior
javascript error for itemprop, itemscope and itemtype on html elements
Steps involved to reproduce the problem
add eg <span itemprop="telephone">999</span> to some HTML content in the database and run Html2React on it
Possible solution
add the follow
-
Updated
Oct 5, 2021 - PHP
-
Updated
Nov 27, 2021 - Jinja
-
Updated
Oct 27, 2021 - PHP
Need to create /etc/hosts entry for non-wildcard alias domains in site create and site update.
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Nov 15, 2021 - Ruby
-
Updated
Nov 27, 2021 - PHP
Created by Matt Mullenweg, Mike Little
Released May 27, 2003
- Organization
- WordPress
- Website
- wordpress.org
- Wikipedia
- Wikipedia
From pbOQVh-1d7-p2, let's add a
calypso_checkout_composite_step_completeevent with astep_nameprop that takes a slug and astepprop that takes the step number. This would fire regardless of the user completing the step and rather as long as the step is in a "completed" state.