| 开发者 | mosharafmanu |
|---|---|
| 更新时间 | 2026年6月13日 01:30 |
| 捐献地址: | 去捐款 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0+ |
| 版权网址: | 版权信息 |
woocommerce_attribute_label filter (automatic).render_image() and get_image_html()./wp-content/plugins/ or install via Plugins > Add New.Yes. If your theme uses wc_display_product_attributes() or woocommerce_attribute_label, icons appear automatically. For custom templates, use the static helpers:
use AttrIconWoo\AttributeFrontend;
echo AttributeFrontend::get_image_html( $attribute_id, 'thumbnail', 'Color' );
The image attachment ID is stored in wp_options under the key attricfo_attribute_image_{id}. The actual file uses the WordPress media library.
Icons stop displaying on the frontend. Options are preserved — reactivate and icons return. No data loss.
All attricfo_attribute_image_* options are removed. Deleting via the Plugins screen runs the uninstall routine.
woocommerce_attribute_label filter.