Andrea Bersi
Andrea Bersi
I have this code in template and this is the function paintOutline (detectedCodes, ctx) { for (const detectedCode of detectedCodes) { const [ firstPoint, ...otherPoints ] = detectedCode.cornerPoints ctx.strokeStyle =...
In /fields/class.field.wysiwyg.php at line 138 replace the existing line return wp_richedit_pre( $value ); with this return format_for_editor( $value ); because wp_richedit_pre is deprecated from version 4.3.0
With the last CI i get always this error Access to XMLHttpRequest at 'https://ci4api.test/API/v1/locations' from origin 'http://localhost:9001' has been blocked by CORS policy: Response to preflight request doesn't pass access...
Do you have planning an update to slim4 core? Thank you