芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/woocommerce/src/Blocks/BlockTypes/MiniCartTitleLabelBlock.php
render_experimental_iapi_title_label_block( $attributes, $content, $block ); } return $content; } /** * Render the interactivity API powered experimental title block. * * @param array $attributes Block attributes. * @param string $content Block content. * @param WP_Block $block Block instance. * @return string Rendered block type output. */ protected function render_experimental_iapi_title_label_block( $attributes, $content, $block ) { $default_cart_label = __( 'Your cart', 'woocommerce' ); $cart_label = $attributes['label'] ? $attributes['label'] : $default_cart_label; $wrapper_attributes = get_block_wrapper_attributes(); ob_start(); ?>
>