should_load_remote_block_patterns

过滤钩子
apply_filters( 'should_load_remote_block_patterns', true )

should_load_remote_block_patterns是WordPress的一个过滤器钩子,它决定是否应该加载远程块模式。区块模式是区块编辑器中预先设计好的区块布局。你可以使用这个过滤器来有条件地阻止远程块模式被加载。

过滤,以禁用远程区块样板。

$should_load_remote = apply_filters( 'should_load_remote_block_patterns', true );

常见问题

FAQs
查看更多 >