在WooCommerce中,我嘗試將產品屬性輸出到歸檔頁面。我已經使用下面的代碼成功輸出了它們,但我無法單獨設計它們的樣式。 add_action('woocommerce_after_shop_loop_item_title', 'custom_display_post_meta', 9);
function custom_display_post_meta() {
global $
我已附加如下功能:在woocommerce_checkout_order_processed鉤: //check if woocommerce is acive
if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) {
add