Trevor Morris

Results 4 comments of Trevor Morris

If this fixes #60, then please could it be merged in? cc @nikolaos-spyratos, @alihen

I have managed to by-pass the problem with the following filter; ``` function wp_check_filetype_and_ext($wp_check_filetype_and_ext, $file, $filename, $mimes, $real_mime) { if (is_array($wp_check_filetype_and_ext) && array_key_exists('ext', $wp_check_filetype_and_ext) && array_key_exists('type', $wp_check_filetype_and_ext) && $wp_check_filetype_and_ext['ext'] ===...

The `fetchPostsMeta` method needs to be updated with check for `UserMeta`.

To get this working with WebPack 5, I had to do the following; ### Install imports-loader ```cli npm install imports-loader --save-dev ``` ### Updated WebPack configuration ```json { test: /jquery-mousewheel/,...