Documentation
Commerce Admin Reports
Troubleshooting
Commerce Admin Reports — Troubleshooting (Verified)
Generated: 2025-12-31 02:07:24Z • Module: commerce_reports • Version: 3.0.0
Note: This page is derived from a static code scan in this package. Dynamic/runtime names may not be listed.
Module Metadata
- Directory:
commerce_reports - Entry:
module.php - Dependencies: woocommerce
Admin Pages (menu slugs)
bsbd-pattern-detailbsbd-revenue-detailcommerce-artist-commissionscommerce-artist-managementcommerce-coupon-reportscommerce-customer-sourcescommerce-main-reportscommerce-pattern-managementcommerce-source-settingscommerce-top-choicescommerce-traffic-sources
Post Types
None detected by static scan.
Taxonomies
None detected by static scan.
Shortcodes
None detected by static scan.
REST Routes
None detected by static scan.
AJAX Actions
Authenticated (wp_ajax_*)
commerce_get_source_statscommerce_track_customer_source
Public (wp_ajax_nopriv_*)
commerce_track_customer_source
Scheduled Hooks
None detected by static scan.
Option Keys
None detected by static scan.
Database Tables (suffixes)
Typically used as $wpdb->prefix . "suffix".
None detected by static scan.
WP-CLI Commands
None detected by static scan.
Debug Tips
- Check WordPress
debug.logand server logs for PHP fatals. - Search for the integration points above (shortcodes/AJAX/REST) in
src/. - Validate PHP syntax with
php -lafter edits.