芝麻web文件管理V1.00
',
get_block_wrapper_attributes(
array(
'class' => 'wc-block-store-notices woocommerce ' . esc_attr( $classes_and_styles['classes'] ),
)
),
wc_kses_notice( $notices )
);
}
/**
* Disable frontend script for this block type, it's a script module.
*
* @param string $key Data to get, or default to everything.
* @return array|string|null
*/
protected function get_block_type_script( $key = null ) {
return null;
}
}