Walther Lalk
Walther Lalk
Currently shortcodes rely on event listeners and hard coded components to determine which shortcodes are used and where they should be parsed. It is difficult to impossible for a 3rd...
There should be three "actions" in the save box for an admin item: - "Save item" - Which saves and returns to the edit page (similar to the old "Apply"...
If a selectable model belongs to more than one selectable collection then only the initial collection will have it's select() method called. Also, if a model is initially added to...
This PR upgrades BoostCake to CakePHP 3. It makes full use of CakePHP3 templates and supports horizontal forms (Inline forms have not been implemented yet). As part of this PR,...
I'm using the mini-pcie version with [this](https://www.amazon.com/Ableconn-PEX-MP117-Mini-PCI-Adapter/dp/B07JBCL1CJ) Ableconn adapter that has multiple reports of working. It is in Dell PowerEdge T420 running ESXi, and being passed through to a Ubuntu...
The `woocommerce_checkout_order_processed` hook requires three arguments (`$order_id`, `$data` and `$order`), but only two were being passed. This adds the `$order` argument to it, which prevents fatal errors on other extensions...