Open MadtownLems opened 3 days ago
We are using the following code snippet to disable the Pattern Directory
function example_theme_support() { remove_theme_support( 'core-block-patterns' ); } add_action( 'after_setup_theme', 'example_theme_support' );
from here: https://developer.wordpress.org/block-editor/how-to-guides/curating-the-editor-experience/disable-editor-functionality/#disable-the-pattern-directory
Since 6.7, there are still visible references to the Pattern Directory.
No response
WordPress 6.7, No Gutenberg Plugin, Twenty Twenty Four theme (among others)
Good catch. I can confirm in 6.7 and Gutenberg:
|
I should clarify, though, that this is not actually new in 6.7 - I just missed it until now. I see the same in 6.6.2
Description
We are using the following code snippet to disable the Pattern Directory
from here: https://developer.wordpress.org/block-editor/how-to-guides/curating-the-editor-experience/disable-editor-functionality/#disable-the-pattern-directory
Since 6.7, there are still visible references to the Pattern Directory.
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
No response
Environment info
WordPress 6.7, No Gutenberg Plugin, Twenty Twenty Four theme (among others)
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Please confirm which theme type you used for testing.