diff --git a/src/wp-includes/block-patterns.php b/src/wp-includes/block-patterns.php index 58ec8443b147e..b1ea05737e576 100644 --- a/src/wp-includes/block-patterns.php +++ b/src/wp-includes/block-patterns.php @@ -133,15 +133,6 @@ function _load_remote_featured_patterns() { * @access private */ function _register_remote_theme_patterns() { - if ( ! get_theme_support( 'core-block-patterns' ) ) { - return; - } - - /** This filter is documented in wp-includes/block-patterns.php */ - if ( ! apply_filters( 'should_load_remote_block_patterns', true ) ) { - return; - } - if ( ! WP_Theme_JSON_Resolver::theme_has_support() ) { return; }