我創建了一個送貨方式附加於WooCommerce發現:http://pastebin.com/SCsbDnnnPHP致命錯誤:類「WC_Shipping_Method」沒有自定義類插件
但是,它不工作,給出了這樣的輸出:PHP致命錯誤:
Class 'WC_Shipping_Method' not found in class-wc-shipping-per-product.php, on line 44.
爲什麼不找到這個類?我甚至已經包括了兩個文件,以確保,但不走:
include ('/woocommerce/woocommerce.php');
include_once('classes/abstracts/abstract-wc-shipping-method.php');
而且我已經檢查了這另一個問題,但我可能是不同的,這就是爲什麼我添加了一個新問題:WooCommerce Extending WC_Shipping_Method error: Class 'WC_Shipping_Method' not found
這不是對包括 - 這是關於掛鉤到正確的行動和過濾器鉤子) - 見下文 –