5.6.14 – 2022-12-13
- Improve style for date picker
- Update jQueryUI to 1.13.2
- Fix inline date field not localized
- Fix visibility for object field’s query() method, which is called in MB Views and Meta Box Builder
- Fix $meta is not countable in object field’s query method
- Remove return type for is_save() to be compatible with old version of MB Term Meta
- Start to use PSR-4 and Composer
Actually, this gives me this warning now:So im pretty sure this is nulled properly, but they changed the entire structure of the code from 5.6.12 to v5.6.14 so INSTALL AT YOUR OWN RISK.
Warning: array_filter() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 101
Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 102
Warning: array_keys() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 112
Warning: array_filter() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 101
Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 102
Warning: array_keys() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 112
Warning: Cannot modify header information - headers already sent by (output started at /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php:101) in /public_html/wp-admin/admin-header.php on line 9
FIXXED!Actually, this gives me this warning now:
Code:Warning: array_filter() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 101 Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 102 Warning: array_keys() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 112 Warning: array_filter() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 101 Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 102 Warning: array_keys() expects parameter 1 to be array, null given in /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php on line 112 Warning: Cannot modify header information - headers already sent by (output started at /public_html/wp-content/plugins/meta-box/src/Updater/Checker.php:101) in /public_html/wp-admin/admin-header.php on line 9
if ( empty( $response ) ) {
return $data;
}
Be careful with nulling it real properly, as this one still has a problem, and people will be going nuts when they can't figure out wtf is going on.Meta Box v5.6.14 - NULLED (FIX)
Yep, that's fine. Thank you for trying though, far from it by not being appreciated!Added a warning. The normal method of nulling didn't work, so I tried my hand at it manually.
Are you able to null it? I re-applied NullMaster's version, but this was new code structure so it wasn't the sameYep, that's fine. Thank you for trying though, far from it by not being appreciated!
Nope. Needs someone more knowledgeable than myself.Are you able to null it? I re-applied NullMaster's version, but this was new code structure so it wasn't the same