should_load_remote_block_patterns

過濾鉤子
apply_filters( 'should_load_remote_block_patterns', true )

should_load_remote_block_patterns是WordPress的一個過濾器鉤子,它決定是否應該載入遠端塊模式。區塊模式是區塊編輯器中預先設計好的區塊佈局。你可以使用這個過濾器來有條件地阻止遠端塊模式被載入。

過濾,以禁用遠端區塊樣板。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
$should_load_remote = apply_filters( 'should_load_remote_block_patterns', true );
$should_load_remote = apply_filters( 'should_load_remote_block_patterns', true );
$should_load_remote = apply_filters( 'should_load_remote_block_patterns', true );

常見問題

FAQs
檢視更多 >