Mat Lipe
Mat Lipe
## Description General once over of the `textarea_code` field to fix all logged issues as well as a couple of unlogged limitations. 1. Fixes #571 2. Fixes #1194 3. Support...
## Description Fixes #1250 This code accounts for 2 common scenarios when using `render_row_cb` to customize the markup used in groups. Currently, unless the rows include and follow the plugins's...
Fixes #155. Builds on pull request #1142 to add global support for drag sorting groups which are sortable. Implement using the same sortable api following the patten of cmb.makeListSortable() Some...
This issues was caused by pull request #1108 I wanted to point out that although this does add support for retrieving/using the available id, it also requires that every group...
Query command run through `assoc_args_to_str` get double quotes truncated and fail to execute. Using single quotes in the query prevent error. `Warning: Failed to get current character set of the...
There are a couple instances in this helper which gave off a a notice error when no events are excluded. They were both repaired with a couple quick conditionals
A continuation of the #1027 issue. ```log Fatal error: Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, bool given in phar://E:/scripts/phpbench/phpbench.phar/.box/src/Terminal.php on line 60 TypeError: trim(): Argument...
The WP_Widget class supports passing an "$instance" array around which contains the value of the current widget settings. Without a PHPStan template, adding a type to the $instance array results...
The definition for the `add_submenu_page` in WP core is as follows: ```php /** * @param string $parent_slug The slug name for the parent menu (or the file name of a...
## Introduce `es_query_use_es` Filter Allows enabling/disabling site or section wide es based on outside callbacks. Useful for installs with unusual ES limitations which need to be disabled if particular query_vars...