and the plugin ecosystem. * * The workaround below ensures that the loop is started even for those singular templates. The while loop will by * definition only go through a single iteration, i.e. `do_blocks()` is only called once. Additional safeguard * checks are included to ensure the main query loop has not been tampered with and really only encompasses a * single post. * * Even if the block template contained a `core/query` and `core/post-template` block referencing the main query * loop, it would not cause errors since it would use a cloned instance and go through the same loop of a single * post, within the actual main query loop. * * This special logic should be skipped if the current template does not come from the current theme, in which case * it has been injected by a plugin by hijacking the block template loader mechanism. In that case, entirely custom * logic may be applied which is unpredictable and therefore safer to omit this special handling on. */ if ( $_wp_current_template_id && str_starts_with( $_wp_current_template_id, get_stylesheet() . '//' ) && is_singular() && 1 === $wp_query->post_count && have_posts() ) { while ( have_posts() ) { the_post(); $content = do_blocks( $content ); } } else { $content = do_blocks( $content ); } $content = wptexturize( $content ); $content = convert_smilies( $content ); $content = wp_filter_content_tags( $content, 'template' ); $content = str_replace( ']]>', ']]>', $content ); // Wrap block template in .wp-site-blocks to allow for specific descendant styles // (e.g. `.wp-site-blocks > *`). return '
' . $content . '
'; } /** * Renders a 'viewport' meta tag. * * This is hooked into {@see 'wp_head'} to decouple its output from the default template canvas. * * @access private * @since 5.8.0 */ function _block_template_viewport_meta_tag() { echo '' . "\n"; } /** * Strips .php or .html suffix from template file names. * * @access private * @since 5.8.0 * * @param string $template_file Template file name. * @return string Template file name without extension. */ function _strip_template_file_suffix( $template_file ) { return preg_replace( '/\.(php|html)$/', '', $template_file ); } /** * Removes post details from block context when rendering a block template. * * @access private * @since 5.8.0 * * @param array $context Default context. * * @return array Filtered context. */ function _block_template_render_without_post_block_context( $context ) { /* * When loading a template directly and not through a page that resolves it, * the top-level post ID and type context get set to that of the template. * Templates are just the structure of a site, and they should not be available * as post context because blocks like Post Content would recurse infinitely. */ if ( isset( $context['postType'] ) && 'wp_template' === $context['postType'] ) { unset( $context['postId'] ); unset( $context['postType'] ); } return $context; } /** * Sets the current WP_Query to return auto-draft posts. * * The auto-draft status indicates a new post, so allow the the WP_Query instance to * return an auto-draft post for template resolution when editing a new post. * * @access private * @since 5.9.0 * * @param WP_Query $wp_query Current WP_Query instance, passed by reference. */ function _resolve_template_for_new_post( $wp_query ) { if ( ! $wp_query->is_main_query() ) { return; } remove_filter( 'pre_get_posts', '_resolve_template_for_new_post' ); // Pages. $page_id = isset( $wp_query->query['page_id'] ) ? $wp_query->query['page_id'] : null; // Posts, including custom post types. $p = isset( $wp_query->query['p'] ) ? $wp_query->query['p'] : null; $post_id = $page_id ? $page_id : $p; $post = get_post( $post_id ); if ( $post && 'auto-draft' === $post->post_status && current_user_can( 'edit_post', $post->ID ) ) { $wp_query->set( 'post_status', 'auto-draft' ); } } {"id":8124,"count":0,"description":"","link":"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/","name":"Sewa Kompor High Pressure Sentul Bogor","slug":"sewa-kompor-high-pressure-sentul-bogor","taxonomy":"post_tag","meta":[],"yoast_head":"\nSewa Kompor High Pressure Sentul Bogor Archives | SEWA HT JAKARTA | HALO HT<\/title>\n<meta name=\"description\" content=\"Sewa Kompor High Pressure Sentul Bogor | SEWA HT JAKARTA | HALO HT\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sewa Kompor High Pressure Sentul Bogor Archives | SEWA HT JAKARTA | HALO HT\" \/>\n<meta property=\"og:description\" content=\"Sewa Kompor High Pressure Sentul Bogor | SEWA HT JAKARTA | HALO HT\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/\" \/>\n<meta property=\"og:site_name\" content=\"SEWA HT JAKARTA | HALO HT\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.sewahtjakarta.id\/wp-content\/uploads\/2024\/01\/HT-Headphone-HT-HAWILA-2023.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1000\" \/>\n\t<meta property=\"og:image:height\" content=\"1000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ht_jakarta\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"CollectionPage\",\"@id\":\"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/\",\"url\":\"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/\",\"name\":\"Sewa Kompor High Pressure Sentul Bogor Archives | SEWA HT JAKARTA | HALO HT\",\"isPartOf\":{\"@id\":\"https:\/\/www.sewahtjakarta.id\/#website\"},\"description\":\"Sewa Kompor High Pressure Sentul Bogor | SEWA HT JAKARTA | HALO HT\",\"breadcrumb\":{\"@id\":\"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/#breadcrumb\"},\"inLanguage\":\"id\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.sewahtjakarta.id\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sewa Kompor High Pressure Sentul Bogor\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.sewahtjakarta.id\/#website\",\"url\":\"https:\/\/www.sewahtjakarta.id\/\",\"name\":\"SEWA HT JAKARTA | HALO HT\",\"description\":\"Sewa HT Terdekat di Jakarta, Tangerang Selatan, Tangsel, Bekasi, Depok\",\"publisher\":{\"@id\":\"https:\/\/www.sewahtjakarta.id\/#\/schema\/person\/ce8d91119fab34fec012d43bbbe89ae0\"},\"alternateName\":\"Rental HT POC, Handy Talky GSM, Radio Walkie Talkie 4G LTE\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.sewahtjakarta.id\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"id\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.sewahtjakarta.id\/#\/schema\/person\/ce8d91119fab34fec012d43bbbe89ae0\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\/\/www.sewahtjakarta.id\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.sewahtjakarta.id\/wp-content\/uploads\/2024\/01\/Sewa-HT-Jakarta.png\",\"contentUrl\":\"https:\/\/www.sewahtjakarta.id\/wp-content\/uploads\/2024\/01\/Sewa-HT-Jakarta.png\",\"width\":350,\"height\":83,\"caption\":\"admin\"},\"logo\":{\"@id\":\"https:\/\/www.sewahtjakarta.id\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/www.sewahtjakarta.id\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sewa Kompor High Pressure Sentul Bogor Archives | SEWA HT JAKARTA | HALO HT","description":"Sewa Kompor High Pressure Sentul Bogor | SEWA HT JAKARTA | HALO HT","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/","og_locale":"id_ID","og_type":"article","og_title":"Sewa Kompor High Pressure Sentul Bogor Archives | SEWA HT JAKARTA | HALO HT","og_description":"Sewa Kompor High Pressure Sentul Bogor | SEWA HT JAKARTA | HALO HT","og_url":"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/","og_site_name":"SEWA HT JAKARTA | HALO HT","og_image":[{"width":1000,"height":1000,"url":"https:\/\/www.sewahtjakarta.id\/wp-content\/uploads\/2024\/01\/HT-Headphone-HT-HAWILA-2023.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@ht_jakarta","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"CollectionPage","@id":"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/","url":"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/","name":"Sewa Kompor High Pressure Sentul Bogor Archives | SEWA HT JAKARTA | HALO HT","isPartOf":{"@id":"https:\/\/www.sewahtjakarta.id\/#website"},"description":"Sewa Kompor High Pressure Sentul Bogor | SEWA HT JAKARTA | HALO HT","breadcrumb":{"@id":"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/#breadcrumb"},"inLanguage":"id"},{"@type":"BreadcrumbList","@id":"https:\/\/www.sewahtjakarta.id\/tag\/sewa-kompor-high-pressure-sentul-bogor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.sewahtjakarta.id\/"},{"@type":"ListItem","position":2,"name":"Sewa Kompor High Pressure Sentul Bogor"}]},{"@type":"WebSite","@id":"https:\/\/www.sewahtjakarta.id\/#website","url":"https:\/\/www.sewahtjakarta.id\/","name":"SEWA HT JAKARTA | HALO HT","description":"Sewa HT Terdekat di Jakarta, Tangerang Selatan, Tangsel, Bekasi, Depok","publisher":{"@id":"https:\/\/www.sewahtjakarta.id\/#\/schema\/person\/ce8d91119fab34fec012d43bbbe89ae0"},"alternateName":"Rental HT POC, Handy Talky GSM, Radio Walkie Talkie 4G LTE","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.sewahtjakarta.id\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"id"},{"@type":["Person","Organization"],"@id":"https:\/\/www.sewahtjakarta.id\/#\/schema\/person\/ce8d91119fab34fec012d43bbbe89ae0","name":"admin","image":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/www.sewahtjakarta.id\/#\/schema\/person\/image\/","url":"https:\/\/www.sewahtjakarta.id\/wp-content\/uploads\/2024\/01\/Sewa-HT-Jakarta.png","contentUrl":"https:\/\/www.sewahtjakarta.id\/wp-content\/uploads\/2024\/01\/Sewa-HT-Jakarta.png","width":350,"height":83,"caption":"admin"},"logo":{"@id":"https:\/\/www.sewahtjakarta.id\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/www.sewahtjakarta.id"]}]}},"_links":{"self":[{"href":"https:\/\/www.sewahtjakarta.id\/wp-json\/wp\/v2\/tags\/8124"}],"collection":[{"href":"https:\/\/www.sewahtjakarta.id\/wp-json\/wp\/v2\/tags"}],"about":[{"href":"https:\/\/www.sewahtjakarta.id\/wp-json\/wp\/v2\/taxonomies\/post_tag"}],"wp:post_type":[{"href":"https:\/\/www.sewahtjakarta.id\/wp-json\/wp\/v2\/posts?tags=8124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}