I found it at last!
Using the browser debugger, I found that there was a “editor.wp” which was undefined (in the complete version of the js file).
Then I understood that the “wordpress” plugin was not used in the editor.
When calling the function wp_editor, I was setting a list of plugin : paste, wplink, textcolor.
It was working until a specific WordPress update.
I just had to add the “wordpress” plugin in the list, and now it’s working.
Related Posts:
- Media library not working with wp_editor() on the front end
- Is it Possible to Extend WP Customize JS Methods?
- How to append a URL parameter to all outbound URLs
- How to pre-fill Google Forms URLs with logged-in WordPress user’s data
- How can I get the standard WP-Editor through Javascript?
- Make TinyMCE checkbox that returns a value instead of true/false
- Insert “javascript:void(0);” into URL
- wp.editor.initialize does nothing
- Custom wp.editor.initialize settings ignored
- Setting a menu link to open a pop-up
- How to reference TinyMCE body in my script
- disable tags on wordpress text editor
- Should I manually resolve WP Core File security issues or await a subsequent WP release?
- Form will not popup, when clicking on the link to the form
- How to handle wordpress sso authentication with gatsby js?
- How are cookie values encoded?
- None of the JavaScript works when using wp_editor
- Styling parent based on a child element of a child in a WordPress page
- What does “javascript:void(0)” mean?
- For-each over an array in JavaScript
- require is not defined? Node.js
- Loop inside React JSX
- Encode URL in JavaScript?
- JavaScript null check
- JavaScript “Uncaught TypeError: object is not a function” associativity question
- Module not found can’t resolve
- How can I get file extensions with JavaScript?
- How to detect Safari, Chrome, IE, Firefox and Opera browser?
- What does on() in JavaScript do?
- AngularJS : Factory and Service?
- What’s the difference between console.dir and console.log?
- Use images like checkboxes
- Uncaught TypeError: Cannot read property ‘msie’ of undefined
- How to hide a div with jQuery?v
- How do I pass variables and data from PHP to JavaScript?
- How do I set/unset a cookie with jQuery?
- Calling onclick on a radiobutton list using javascript
- How to properly export an ES6 class in Node 4?
- Uncaught Typeerror: cannot read property ‘innerHTML’ of null
- Sorting HTML table with JavaScript
- Relation between CommonJS, AMD and RequireJS?
- How to loop through an array containing objects and access their properties
- how to download file in react js
- TypeError: $(…).DataTable is not a function
- Trying to use fetch and pass in mode: no-cors
- Moment.js transform to date object
- jQuery explode string like PHP
- Call Javascript function from URL/address bar
- Anagrams finder in javascript
- Validate date in dd/mm/yyyy format using JQuery Validate
- How to subtract days from a plain Date?
- Stopping a JavaScript function when a certain condition is met
- Showing an image from an array of images – Javascript
- Javascript isnull
- How to filter JSON Data in JavaScript or jQuery?
- What’s the best way to reload / refresh an iframe?
- How do I check if a cookie exists?
- Get querystring from URL using jQuery [duplicate]
- Check if string contains only digits
- JS: iterating over result of getElementsByClassName using Array.forEach
- jQuery checkbox change and click event
- Error: listen EACCES 0.0.0.0:80 OSx Node.js
- jQuery selectors on custom data attributes using HTML5
- How to check if a value is not null and not empty string in JS
- How do I refresh a DIV content?
- TypeError: abc.getAttribute is not a function
- Closing Bootstrap modal onclick
- window.location() not working, not opening page
- How to clear the canvas for redrawing
- What’s a Good Javascript Time Picker?
- JavaScript event window.onload not triggered
- Default text on input
- JSX not allowed in files with extension ‘ .js’ with eslint-config-airbnb
- Pass custom fields values to Google Maps
- Documentation for IDE’s
- Cloudflare’s Rocket Loader + WordPress -> Ignore scripts?
- What is “open()” in MediaUpload?
- update_option in javascript
- What’s the handle for media.js?
- How can I add Block Style support to the core HTML block in Gutenberg?
- How to add comment on scripts using function in wordpress?
- InnerBlocks restricting does not work on nested blocks
- Uppload image from another source wp.media
- Use onfocus event in Contact Form 7
- How to open the add media dialogue it in a certain state / tab?
- Why isn’t wp_enqueue_script(‘jquery-masonry’) working?
- Adjusting jquery for WordPress
- Javascript code doesn’t work in my wordpress theme
- onclick not working since move from HTML to WP
- wp post_tag change minlength
- Link to Lightbox Image-Group from Menu?
- Issue migrating a checkbox-type meta field to the block editor
- WordPress Block.js SVG createElement
- Adding a class to the active tab [closed]
- check if Url contains special character like #
- How to make async query in wordpress?
- LayersWP Customizer White Blank Screen
- How to delete child block for associated parent block
- How can I access custom data fetched from posts in a javascript script?
- enqueue_custom_scripts isn’t working