Filter hook 'should_load_remote_block_patterns'

in WP Core File wp-includes/block-patterns.php at line 229

Description

Filter to disable remote block patterns.

Occurrences

Filename Line Number
wp-includes/block-patterns.php 229
wp-includes/block-patterns.php 262
wp-includes/block-patterns.php 301

Parameters

Type Name Description
bool $should_load_remote

PHP Doc

/**
	 * Filter to disable remote block patterns.
	 *
	 * @since 5.8.0
	 *
	 * @param bool $should_load_remote
	 */