This is a bug in WP core 5.6.1:
https://core.trac.wordpress.org/ticket/52440
which will hopefully be fixed by this:
Related Posts:
- Custom form action hook
- How to hook into user registration process Before user registers
- How to send data from a form created by a plugin to an external API?
- TinyMCE as comment editor – encoding issues
- How to use custom form on add_meta_boxes callback
- Redirect in form handler causing form to be submitted twice
- Register form: add custom field BEFORE default fields
- Which action hook should I use to intercept a form upon submission?
- call php file from form and use wp functions
- prepopulate form from a hook within wordpress function.php file
- admin_post hook not working
- How do I change TinyMCE button “i” to create a i tag rather than em? [duplicate]
- Is there a hook that runs after a user logs in?
- WP Cron Doesn’t Execute When Time Elapses
- Why do some hooks not work inside class context?
- Action hook for custom tax edit
- Is there a limit to hook priority?
- Auto-retrieve YouTube Image for Thumbnail?
- Do WordPress Core Filenames Work as Hooks?
- How to check if which hook triggered the call to a function?
- inside a metabox
- How do I flush the rules after saving settings using the Settings API?
- Run javascript code after wp_login hook?
- Tinymce/WordPress is removing all line-breaks?
- Is it possible to save/modify a post without calling the “save_post” action hook?
- Redirect logged in users if they are on a specific page
- Generating robots.txt dynamically
- Hooks are not executing
- Rest API Hook When Post Is Requested
- Best possible way to get all options
- wordpress custom modules/widget areas on the page? can i make my own?
- How to add hook to the_title() and get_the_title()
- Add custom URLs to WordPress’s XML sitemap
- Hooking after get_header()
- How to get post ID in post_updated action hook?
- How can I set status=’publish’ for all featured images?
- How to increase password requirements for registration [closed]
- How to get all functions with priority ‘1’ attached to hook ‘wp_head’
- How to change the location of admin notice in html without using Javascript?
- Why doesn’t wp_enqueue_script() work when including a JavaScript file with TEMPLATEPATH?
- save_post not working with attachments
- What are the differences between comment_form_logged_in_after and comment_form_after_fields?
- Detect change to user_meta and retrieve old and new values
- Featured Image Action Hook
- How to find a callback attached to a bbpress hook?
- Event Calendar using insert_post_data after save_post and insert_post after post_transition draft_to_schedule
- Is it possible to change image urls by hooks?
- User update hook
- Footer.php being inserted before article closing tag?
- register_activation_hook not updating
- Redirect customer to login if not logged in when proceeding to checkout
- PHP header() gives headers already sent
- Conditional for autosave or auto draft?
- Using delete_attachment to prevent an attachment not working
- How does do_action( ) works actually?
- Giving the_excerpt in the place of the_content?
- Hook to init or call explicitly within functions.php
- How to add content to the end of a page with a hook?
- WordPress’s “Text” Format
- run script on publish
- Calling add_action on a filter hook?
- Remove Header and Footer if user is not logged on
- What is deprecated_argument_run meant to do exactly?
- How do I run an action after a featured image has been selected in the Gutenberg editor?
- How to run a function after wp() in the wp-blog-header.php file?
- WordPress cronjob get scheduled but function does not run
- Notify admin when Custom post meta data gets updated or deletet
- WordPress wraps span tags into p tags
- How to add a HTML element in ADMIN edit post window?
- wp query add array by if condition
- Action hook with wrapper html
- Gravity Forms | Form Object is NULL [closed]
- Change status of page after an event (Looking for best practice advice)
- Add action save post when create and publish
- Hooks for Start/End of Batch Plugin Updates in wordpress
- How to load another post if condition is true
- Add a Call to Action Button to WordPress Post Thumbnail
- Struggling with plugin dev basics: add_action
- RTrouble passing arguments to action
- delete_user hook failed
- Which things should be called with `after_setup_theme`?
- Changing header logo href for the checkout page
- Prefixing widget_posts_args Hook
- Can’t get ID of post that relates to the comment
- Updating user meta data from external link, user not logged in
- Remove lines from RSS Feed
- Is there a hook that triggers when grant secondary user role in WordPress?
- How can I insert custom html code inside a div dynamically?
- How WordPress understands what do with the (all) key in the $wp_filter array? [duplicate]
- $_POST empty in using new php file added to theme
- WP-Automatic to run publish hooks
- Can I use a hook other than ‘init’ to handle form submissions?
- Hide post completely and still reach it via cURL
- Problem in register activation hook and Copying folder
- Why does hook priority affects admin menu permission error?
- add_action failed to display function by a plugin
- How can I get the ID before after_setup_theme?
- Hook on opening a media/document
- ‘At a Glance’ dashboard: combining infos
- Getting fatal error when using manage_media_columns filter of WordPress