PATH:
home
/
thebhoeo
/
public_html
/
officepoint
/
wp-content
/
plugins
/
woocommerce
/
assets
/
js
/
admin
/** * WooCommerce Status Widget Async Loading */ jQuery(function($) { 'use strict'; // Only run on admin dashboard if (!$('#wc-status-widget-loading').length) { return; } // Load the widget content via AJAX function loadStatusWidget() { $.ajax({ url: wc_status_widget_params.ajax_url, data: { action: 'woocommerce_load_status_widget', security: wc_status_widget_params.security }, type: 'GET', dataType: 'json', success: function(response) { if (response && response.success && response.data.content) { $('#wc-status-widget-content').html(response.data.content).show(); $('#wc-status-widget-loading').hide(); } else { showErrorMessage(); } }, error: function() { showErrorMessage(); } }); } function showErrorMessage() { const message = wc_status_widget_params.error_message || 'Error loading widget'; $('#wc-status-widget-loading').html('<p>' + message + '</p>'); } // Start loading the widget after a very short delay // This allows the dashboard to render quickly first setTimeout(loadStatusWidget, 100); });
[-] wc-setup.min.js
[edit]
[-] meta-boxes-order.min.js
[edit]
[-] meta-boxes-product.js
[edit]
[-] settings.min.js
[edit]
[-] backbone-modal.js
[edit]
[-] reports.min.js
[edit]
[-] quick-edit.js
[edit]
[-] meta-boxes-product-variation.js
[edit]
[-] woocommerce_admin.min.js
[edit]
[-] network-orders.js
[edit]
[-] product-editor.js
[edit]
[-] meta-boxes-coupon.min.js
[edit]
[-] wc-shipping-zone-methods.js
[edit]
[-] wc-customer-stock-notifications.min.js
[edit]
[-] wc-product-import.min.js
[edit]
[-] marketplace-suggestions.min.js
[edit]
[-] wc-shipping-providers.js
[edit]
[-] marketplace-suggestions.js
[edit]
[-] order-attribution-admin.min.js
[edit]
[-] product-ordering.min.js
[edit]
[-] wc-clipboard.min.js
[edit]
[-] wc-status-widget.js
[edit]
[-] wc-product-import.js
[edit]
[-] settings-views-html-settings-tax.min.js
[edit]
[-] order-attribution-admin.js
[edit]
[-] wc-product-export.min.js
[edit]
[-] wc-status-widget-async.js
[edit]
[-] quick-edit.min.js
[edit]
[-] settings-views-html-settings-tax.js
[edit]
[-] wc-recent-reviews-widget-async.min.js
[edit]
[-] wc-clipboard.js
[edit]
[-] wc-product-export.js
[edit]
[-] wc-setup.js
[edit]
[-] wc-enhanced-select.min.js
[edit]
[-] api-keys.min.js
[edit]
[-] meta-boxes-product.min.js
[edit]
[-] meta-boxes-product-variation.min.js
[edit]
[-] wc-brands-enhanced-select.min.js
[edit]
[-] users.min.js
[edit]
[-] wc-status-widget-async.min.js
[edit]
[-] reports.js
[edit]
[-] api-keys.js
[edit]
[-] product-ordering.js
[edit]
[-] product-editor.min.js
[edit]
[-] wc-shipping-classes.js
[edit]
[-] network-orders.min.js
[edit]
[-] term-ordering.js
[edit]
[-] wc-shipping-providers.min.js
[edit]
[-] meta-boxes.js
[edit]
[-] wc-brands-enhanced-select.js
[edit]
[-] wc-status-widget.min.js
[edit]
[-] meta-boxes.min.js
[edit]
[-] wc-orders.min.js
[edit]
[-] woocommerce_admin.js
[edit]
[-] term-ordering.min.js
[edit]
[-] system-status.js
[edit]
[-] wc-enhanced-select.js
[edit]
[-] meta-boxes-order.js
[edit]
[-] wc-orders.js
[edit]
[+]
..
[-] wc-shipping-zone-methods.min.js
[edit]
[-] backbone-modal.min.js
[edit]
[-] wc-recent-reviews-widget-async.js
[edit]
[-] variation-gallery.min.js
[edit]
[-] wc-shipping-classes.min.js
[edit]
[-] variation-gallery.js
[edit]
[-] wc-shipping-zones.min.js
[edit]
[-] wc-customer-stock-notifications.js
[edit]
[-] system-status.min.js
[edit]
[-] wc-shipping-zones.js
[edit]
[-] meta-boxes-coupon.js
[edit]
[-] users.js
[edit]
[-] settings.js
[edit]