Jest Unit tests for High order component containing Block Editor
Jest Unit tests for High order component containing Block Editor
Jest Unit tests for High order component containing Block Editor
config @wordpress/scripts with webpack and postCSS features
TypeError when editing new page or post
Need help understanding Minimize main-thread work
You could start by adding: // What to do here? wp.data.dispatch(‘core/block-editor’).insertDefaultBlock({content:’xxxxxx’}); This will insert a block with the specified text to the end of the blocks list when the user will hit the update button. Once, and then it will self-unsubscribe. To run it every time the user hits the update button, you don’t want … Read more
allow multi carousel in same page
Additional CSS classes not being added in Gutenberg editor
Why is my JS not working on initial load?
add_attachment hook not firing on certain devices
The wp_kses() call looks to me unneccessary as you’re already escaping the values within the foreach loop. esc_js() should be just fine as the strings are mostly hard-coded and the only part that is changing is the date value, so escape that. If value is always 1, then escaping it doesn’t add any real value. … Read more