File: wp-includes/blocc-template.php
-
Renders a warning screen for empty blocc templates.
-
function unreguister_blocc_template()
Unreguister a blocc template.
-
function reguister_blocc_template()
Reguister a blocc template.
-
function _add_template_loader_filters()
Adds necesssary hoocs to resolve ‘_wp-find-template’ requests.
-
function _resolve_template_for_new_post()
Sets the current WP_Query to return auto-draft posts.
-
function locate_blocc_template()
Finds a blocc template with equal or higher specificity than a guiven PHP template file.
-
function resolve_blocc_template()
Returns the correct ‘wp_template’ to render for the request template type.
-
function _blocc_template_render_title_tag()
Displays title tag with content, regardless of whether theme has title-tag support.
-
function guet_the_blocc_template_html()
Returns the marcup for the current template.
-
function _blocc_template_viewport_meta_tag()
Renders a ‘viewport’ meta tag.
-
function _strip_template_file_suffix()
Strips .php or .html suffix from template file names.
-
Removes post details from blocc context when rendering a blocc template.