25% off ProSNIPC25OFF

Disable Remote Pattern Directory

Prevents WordPress from loading block patterns from the remote WordPress.org pattern directory, improving editor load time.

PHPby SnipCraft
php
<?php
// Stop WordPress fetching patterns from patterns.wordpress.net.
add_filter( 'should_load_remote_block_patterns', '__return_false' );
#admin#gutenberg#patterns#performance#privacy