我正在更新自定义WooCommerce支付网关。
我添加了网站管理员代表买方创建订单的功能。我遇到了显示错误消息的问题。
wc_add_notice( __( 'Transaction Error: Could not find corporate account in Apruve.',
'apruve-woocommerce' ),
'error' );
当该代码在管理面板中执行时,会抛出以下错误。
Fatal error: Uncaught Error: Call to undefined function wc_add_notice()
我的问题是,如何在我自己的插件中访问该WooCommerce :: Functions方法?