BoldGrid / boldgrid-inspirations

The BoldGrid Inspirations core plugin for WordPress.
https://www.boldgrid.com/
GNU General Public License v2.0
11 stars 12 forks source link

add filter to bypass incorrect sanitization #203

Closed jamesros161 closed 2 weeks ago

jamesros161 commented 3 weeks ago

This resolves #202 . WP6.6 modified wp-admin/customize.php to sanitize the query strings for the query string parameters. However, the autofocus parameter is an array not a string, so it always fails sanitization. A core ticket was created for this here: https://core.trac.wordpress.org/ticket/61561#ticket

In the meantime, this workaround will bypass the sanitization