fix: React admin icon imports and mount point rendering
- Fix all @wordpress/icons imports - use build/ paths and call as functions - Update all admin pages to render React mount points - Components fixed: VariationPricingTable, NotificationLog, GlobalSettings, FormFieldOptions, OrderDetail, OrderListItem, OrderList, FormCanvas, AnalyticsDashboard, FormField, Products - Admin pages updated: Order.php, Customer.php, Coupon.php, License.php, Product.php, Access.php, Form.php Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -94,7 +94,7 @@ class Coupon {
|
||||
}
|
||||
|
||||
public function formipay_coupon() {
|
||||
include_once FORMIPAY_PATH . 'admin/page-coupons.php';
|
||||
\Formipay\Admin\ReactAdmin::render_mount_point('coupons');
|
||||
}
|
||||
|
||||
public function enqueue_admin() {
|
||||
|
||||
Reference in New Issue
Block a user