You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
* Build a unified template object based a post Object.
164
126
* Important: This method is an almost identical duplicate from wp-includes/block-template-utils.php as it was not intended for public use. It has been modified to build templates from plugins rather than themes.
@@ -239,7 +201,7 @@ public static function build_template_result_from_file( $template_file, $templat
239
201
// Remove the term description block from the archive-product template
240
202
// as the Product Catalog/Shop page doesn't have a description.
241
203
if ( 'archive-product' === $template_file->slug ) {
// Plugin was agreed as a valid source value despite existing inline docs at the time of creating: https://github.com/WordPress/gutenberg/issues/36597#issuecomment-976232909.
0 commit comments