The comment of Tom J Nowell has pointed me into the correct direction here it looks like this is really WordPress bug: https://core.trac.wordpress.org/ticket/62337
Related Posts:
- How do I translate this string – PHP syntax question
- WordPress filter load_textdomain_mofile not working inside a child theme’s functions.php but works form inside a plugin
- How to check if woocommerce is activated in theme
- WordPress Themes and PHP unit
- Remove Customize Background and Header from Appearance admin menu without CSS or JS
- Adding a text domain to every __(), _e() and __n() gettext call without a plan to create own translations
- Set the transport of the Customizer ‘header_image’ core setting to ‘postMessage’
- Dynamically change feature image in customiser
- Custom HTML structure in wp_list_categories
- Guidance with The Loop for CMS
- Why isn’t my if/elseif/else working correctly here?
- How to use SRCSET with get_the_post_thumbnail()?
- Design view breaking on Pages
- Adjust the results quantity for Search Results page pagination
- List authors with posts in a category
- Understanding WordPress child theme custom JS loading
- Is the regular ajax request method safe or I should use admin-ajax.php?
- Passing array in add_option()
- Is it possible to use the featured image of a page as a css background without inlining?
- Site Health : An active PHP session was detected
- Can I change a variable in a content part while calling it?
- How to display recent posts on home page with custom HTML
- Remove annoying WP Adminbar CSS
- Exclude posts from homepage having a specified tag
- Changing the template hierarchy
- using add_action for a header hook that has an additional parameter
- Set WordPress Default Template
- Using a `Template Parts` folder instead of an `Includes` folder in a Custom WordPress Theme
- Set the checkbox as checked by default at options page
- Create another “Display Site Title and Tagline” checkbox, “Header Text Color” setting and control
- adding custom user input fields in WordPress admin dashboard gives error The link you followed has expired. Please try again
- what is the best practice to add new field to an api route
- Avoid parallax images hardcoding
- populate form fields in a loop with ajax
- Error in custom php function doesn’t exist
- Recent Posts Not Showing Only On A Specific Category Page [closed]
- Is the “_s” on this `sprintf(__(‘Page %s’, ‘_s’), max($paged, $page))` just refer to a text domain?
- get_template_part for specific page
- How do I create my own .php file with a code part and echo it on different pages?
- WordPress admin-ajax.php
- Syntax error when I try to insert my loop into an unordered list? [closed]
- What exactly do this function declared into functions.php file of a WP theme?
- Royalty-Free Sliders used in theme development
- Reason to add a name of the theme like (‘menu-1’ => __( ‘Primary’, ‘twentynineteen’ ),) in PHP?
- get_template_part() not firing within a switch statement when template has new WP_Query
- How to call multiple functions from multiple files into a WordPress page template [closed]
- zip unzip attachments in wordpress
- What file have I to create in my custom WordPress theme to show all the post belonging to a specific category?
- WordPress get_media_embedded
- What is the best way to define constant options for a theme?
- Warning: printf(): Too few arguments in helpers.php file
- Help Fallback (thumbnail)
- get_comments_number() returns 0
- get_page_templates only return templates with “home” in the filename
- Show different website layout if no sidebar added
- Why the dynamic_sidebar() call is putted into an ul tag?
- Need advice on theme customizer and child themes
- How to make sure relative URL works when site is not on root domain?
- Toolbar Hidden in a Virtual Page
- Remove Custom Post Category In WordPress Slug Using .Htaccess
- How do you remove header sitewide from mobile only?
- PHP inside echo HTML
- Uncaught TypeError: extract(): Argument #1 ($array) must be of type array, null given
- Header is not displaying on certain pages of wordpress theme [closed]
- Check if current post in loop is last on current page
- How to change PHP variables with AJAX request in WordPress
- is_user_logged_in returns false when I access certain pages
- REST API custom endpoint to fetch pages and posts not working
- Language does not switch while cache is enabled
- Looping through dummy posts and showing them in the main index.php
- Exclude category from woocommerce product category list
- Trying to get pagination working on WP_Query() post grid
- Warning: count(): syntax problem of the count () function
- Fix hover images blink
- Customizer: How to Sanitize a Decimal Number Range
- PHP code printed into CSS classes
- Get the image title and alt from custom query
- What syntax is this? “{{post.price}}”
- How to add Open/Close Toggle button into Twenty Fifteen theme for hiding left sidebar?
- Problems with the WordPress loop [closed]
- How to replace hard-coded list of custom taxonomy terms based on custom field query [closed]
- Calling PHP function doesn’t work in index.php
- WordPress get_post_meta issue
- How to correctly add the featured immage (thumbnails) support in a WP theme? Why I can’t add a featured immage?
- Listing current pages subp page in list items in the sidebar
- How to add button to top of theme customizer?
- Trying to display ads on only a third of posts in a loop. Keep getting Error 500?
- Sidebar doesnt get updated?
- Add CSS class to PHP Statement
- ACF | WooCommerce | Theme Development | How to include a /template-part/ that makes use of ACF’s on a custom WooCommerce homepage?
- Load slideshow.css file only if Slideshow is checked / on
- Predefine Magazine Style Layouts
- Twig+WordPress how to use array arguments inside a function?
- How to store the_post_thumbnail() value in a variable
- How to conditionally concatenate and translate two very long strings?
- Social Sharing Buttons in Recent Articles List
- Add default block css when the block has been added with php?
- Font Awesome Icons as squares [closed]
- Show the terms of the hierarchical taxonomy
- How could I prevent using the same custom loop in a template file when I only need to change one meta_query parameter?