Autoship Cloud for WooCommerce Subscription Products Security & Risk Analysis

wordpress.org/plugins/autoship-cloud

Use one plugin to automate repeat orders, product subscriptions, and scheduled deliveries for your WooCommerce subscriptions products.

200 active installs v2.12.6 PHP 7.4+ WP 4.6+ Updated Apr 8, 2026
repeat-deliverysubscribe-and-savesubscription-boxsubscriptionswoocommerce-subscriptions
99
A · Safe
CVEs total2
Unpatched0
Last CVEFeb 22, 2025
Safety Verdict

Is Autoship Cloud for WooCommerce Subscription Products Safe to Use in 2026?

Generally Safe

Score 99/100

Autoship Cloud for WooCommerce Subscription Products has a strong security track record. Known vulnerabilities have been patched promptly. It's a solid choice for most WordPress installations.

2 known CVEsLast CVE: Feb 22, 2025Updated 1mo ago
Risk Assessment

The "autoship-cloud" plugin v2.12.3 presents a mixed security posture with significant areas of concern despite some good practices. While the plugin demonstrates a strong commitment to secure coding with a high percentage of prepared SQL statements and properly escaped outputs, the large number of unprotected AJAX handlers is a critical weakness. The 25 AJAX entry points lacking authentication checks create a substantial attack surface, potentially allowing unauthorized users to trigger sensitive actions. The single high-severity taint flow indicating unsanitized path handling is also a serious risk, as it could lead to directory traversal or unauthorized file access vulnerabilities.

The vulnerability history shows a pattern of medium-severity Cross-Site Scripting (XSS) vulnerabilities, with the last recorded incident being recent. While there are currently no unpatched vulnerabilities, this history suggests a recurring issue with input sanitization or output encoding, particularly concerning user-supplied data used in web page generation. The presence of the 'assert' dangerous function, though only three instances, warrants careful review to ensure it's not being used in a way that could be exploited.

Overall, the plugin has strengths in its handling of database queries and output escaping. However, the significant number of unprotected AJAX endpoints and the identified high-severity taint flow for unsanitized paths are major security concerns that must be addressed. The past XSS vulnerabilities indicate a need for continued vigilance in secure coding practices related to user input.

Key Concerns

  • Large attack surface without auth checks (AJAX)
  • High severity taint flow (unsanitized paths)
  • Vulnerability history (past XSS)
  • Dangerous function usage (assert)
Vulnerabilities
2 published

Autoship Cloud for WooCommerce Subscription Products Security Vulnerabilities

CVEs by Year

2 CVEs in 2025
2025
Patched Has unpatched

Severity Breakdown

Medium
2

2 total CVEs

CVE-2025-26878medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Autoship Cloud for WooCommerce Subscription Products <= 2.8.0.1 - Authenticated (Contributor+) Stored Cross-Site Scripting

Feb 22, 2025 Patched in 2.8.1 (10d)
CVE-2024-13461medium · 6.4Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Autoship Cloud for WooCommerce Subscription Products <= 2.8.0 - Authenticated (Contributor+) Stored Cross-Site Scripting

Feb 20, 2025 Patched in 2.8.1 (1d)
Version History

Autoship Cloud for WooCommerce Subscription Products Release Timeline

v2.12.0
v2.11.0
v2.10.5.3
v2.10.5.2
v2.10.5.1
v2.10.5
v2.10.4
v2.10.3
v2.10.2
v2.10.1
v2.10.0
v2.9.4
v2.9.3
v2.9.2
v2.9.1
v2.9.0
v2.8.10.1
v2.8.10
v2.8.9.2
v2.8.9.1
Code Analysis
Analyzed Mar 16, 2026

Autoship Cloud for WooCommerce Subscription Products Code Analysis

Dangerous Functions
3
Raw SQL Queries
9
55 prepared
Unescaped Output
255
2880 escaped
Nonce Checks
15
Capability Checks
17
File Operations
36
External Requests
18
Bundled Libraries
0

Dangerous Functions Found

assertassert( $payment_source instanceof \WooCommerce\PayPalCommerce\ApiClient\Entity\PaymentSource );app\Domain\PaymentIntegrations\PayPalPaymentIntegration.php:172
assertassert( $payment_source instanceof \WooCommerce\PayPalCommerce\ApiClient\Entity\PaymentSource );src\payments.php:613
assertassert( $payment_source instanceof \WooCommerce\PayPalCommerce\ApiClient\Entity\PaymentSource );src\payments.php:701

SQL Query Safety

86% prepared64 total queries

Output Escaping

92% escaped3135 total outputs
Data Flows · Security
10 unsanitized

Data Flow Analysis

17 flows10 with unsanitized paths
autoship_ajax_get_translation (src\ajax.php:183)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
25 unprotected

Autoship Cloud for WooCommerce Subscription Products Attack Surface

Entry Points41
Unprotected25

AJAX Handlers 34

authwp_ajax_autoship_test_integrationapp\Modules\Healthcheck\Controllers\HealthcheckAjaxController.php:48
authwp_ajax_autoship_retest_invalid_productsapp\Modules\Healthcheck\Controllers\HealthcheckAjaxController.php:49
authwp_ajax_autoship_force_integration_checkapp\Modules\Healthcheck\Controllers\HealthcheckAjaxController.php:50
authwp_ajax_autoship_quicklaunch_lead_handlerapp\Modules\Quicklaunch\LeadStepHandler.php:56
authwp_ajax_autoship_quicklaunch_login_handlerapp\Modules\Quicklaunch\LoginStepHandler.php:67
authwp_ajax_autoship_quicklaunch_logout_handlerapp\Modules\Quicklaunch\LogoutStepHandler.php:36
authwp_ajax_autoship_quicklaunch_payment_method_handlerapp\Modules\Quicklaunch\PaymentMethodStepHandler.php:38
authwp_ajax_autoship_quicklaunch_product_handlerapp\Modules\Quicklaunch\ProductStepHandler.php:46
authwp_ajax_autoship_quicklaunch_registration_handlerapp\Modules\Quicklaunch\RegistrationStepHandler.php:67
authwp_ajax_autoship_quicklaunch_reset_handlerapp\Modules\Quicklaunch\ResetStepHandler.php:25
authwp_ajax_autoship_quicklaunch_step_handlerapp\Modules\Quicklaunch\SetupStepHandler.php:46
authwp_ajax_autoship_quicklinks_save_settingsapp\Modules\QuickLinks\Controllers\QuickLinksSettingsController.php:64
authwp_ajax_autoship_quicklinks_flush_rewriteapp\Modules\QuickLinks\Controllers\QuickLinksSettingsController.php:65
authwp_ajax_autoship_quicklinks_run_cleanupapp\Modules\QuickLinks\Controllers\QuickLinksSettingsController.php:66
authwp_ajax_autoship_quicklinks_clear_rate_limitsapp\Modules\QuickLinks\Controllers\QuickLinksSettingsController.php:67
authwp_ajax_autoship_oauth2src\admin.php:1994
authwp_ajax_autoship_oauth2_disconnectsrc\admin.php:2128
authwp_ajax_autoship_get_scheduled_orders_settingssrc\ajax.php:110
authwp_ajax_autoship_get_product_frequenciessrc\ajax.php:144
authwp_ajax_autoship_get_customersrc\ajax.php:178
authwp_ajax_autoship_get_translationsrc\ajax.php:197
authwp_ajax_autoship_get_frequency_display_namesrc\ajax.php:210
authwp_ajax_autoship_get_scheduled_order_header_htmlsrc\ajax.php:220
authwp_ajax_autoship_get_scheduled_orders_settingssrc\api.php:198
authwp_ajax_autoship_batch_update_productssrc\bulk.php:72
authwp_ajax_autoship_product_sync_enablesrc\bulk.php:1243
authwp_ajax_autoship_product_sync_disablesrc\bulk.php:1244
authwp_ajax_autoship_product_sync_updatesrc\bulk.php:1245
authwp_ajax_autoship_change_cart_frequencysrc\cart.php:904
noprivwp_ajax_autoship_change_cart_frequencysrc\cart.php:905
authwp_ajax_autoship_product_discountsrc\products.php:3748
noprivwp_ajax_autoship_product_discountsrc\products.php:3749
authwp_ajax_autoship_get_add_item_htmlsrc\scheduled-orders.php:7846
authwp_ajax_autoship_Deleted_ajax_actionsrc\scheduled-orders.php:7918

REST API Routes 2

GET/wp-json/autoshipcloud/v1/product/(?P<id>\d+)src\api.php:413
GET/wp-json/wc-autoshipcloud/v1/orderssrc\api.php:447

Shortcodes 5

[autoship-create-scheduled-order-action] src\shortcodes.php:105
[autoship-scheduled-orders] src\shortcodes.php:150
[autoship-scheduled-order] src\shortcodes.php:184
[autoship-view-scheduled-order] src\shortcodes.php:208
[autoship-schedule-cart] src\shortcodes.php:233
WordPress Hooks 516
actionadmin_menuapp\Modules\Healthcheck\Compatibility\HealthcheckCompatibility.php:122
filterautoship_admin_settings_submenu_pagesapp\Modules\Healthcheck\Compatibility\HealthcheckCompatibility.php:125
filterqpilot_remote_request_response_messagesapp\Modules\Healthcheck\Compatibility\HealthcheckCompatibility.php:128
actionqpilot_remote_request_response_errorsapp\Modules\Healthcheck\Compatibility\HealthcheckCompatibility.php:129
actionautoship_run_integration_checkapp\Modules\Healthcheck\Compatibility\HealthcheckCompatibility.php:132
actionrest_api_initapp\Modules\Healthcheck\Controllers\HealthcheckRestController.php:72
actionwoocommerce_shipping_initapp\Modules\Nextime\NextimeService.php:89
actionwoocommerce_checkout_order_processedapp\Modules\Nextime\NextimeService.php:92
actionwoocommerce_store_api_checkout_order_processedapp\Modules\Nextime\NextimeService.php:93
actionenqueue_block_assetsapp\Modules\Nextime\NextimeService.php:96
filterwoocommerce_scheduled_order_dataapp\Modules\Nextime\NextimeService.php:99
filterautoship_create_scheduled_order_dataapp\Modules\Nextime\NextimeService.php:102
filterwoocommerce_shipping_methodsapp\Modules\Nextime\NextimeService.php:105
filterautoship_add_Airwallex_payment_methodapp\Modules\Payments\Compatibility\AirwallexPaymentCompatibility.php:79
filterautoship_delete_Airwallex_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\AirwallexPaymentCompatibility.php:82
filterwc_payment_gateway_authorize_net_cim_credit_card_add_payment_method_transaction_resultapp\Modules\Payments\Compatibility\AuthorizeNetPaymentCompatibility.php:81
filterautoship_add_AuthorizeNet_payment_methodapp\Modules\Payments\Compatibility\AuthorizeNetPaymentCompatibility.php:84
filterautoship_delete_AuthorizeNet_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\AuthorizeNetPaymentCompatibility.php:87
filterwc_authorize_net_cim_my_payment_methods_table_method_actionsapp\Modules\Payments\Compatibility\AuthorizeNetPaymentCompatibility.php:90
actionwc_payment_gateway_authorize_net_cim_credit_card_payment_processedapp\Modules\Payments\Compatibility\AuthorizeNetPaymentCompatibility.php:111
actionwc_payment_gateway_authorize_net_cim_credit_card_payment_method_addedapp\Modules\Payments\Compatibility\AuthorizeNetPaymentCompatibility.php:114
actionwc_payment_gateway_authorize_net_cim_credit_card_payment_method_addedapp\Modules\Payments\Compatibility\AuthorizeNetPaymentCompatibility.php:117
actionautoship_update_scheduled_orders_on_processing_authorize_net_cim_credit_card_gatewayapp\Modules\Payments\Compatibility\AuthorizeNetPaymentCompatibility.php:120
filterwc_payment_gateway_braintree_credit_card_add_payment_method_transaction_resultapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:81
filterwc_payment_gateway_braintree_paypal_add_payment_method_transaction_resultapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:84
filterautoship_add_Braintree_payment_methodapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:87
filterautoship_delete_Braintree_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:90
filterwc_braintree_my_payment_methods_table_method_actionsapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:93
actionwc_payment_gateway_braintree_credit_card_payment_processedapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:118
actionwc_payment_gateway_braintree_credit_card_payment_method_addedapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:121
actionwc_payment_gateway_braintree_paypal_payment_processedapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:124
actionwc_payment_gateway_braintree_paypal_payment_method_addedapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:127
actionwc_payment_gateway_braintree_credit_card_payment_method_addedapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:130
actionwc_payment_gateway_braintree_credit_card_payment_method_deletedapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:133
actionwc_payment_gateway_braintree_paypal_payment_method_deletedapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:136
actionautoship_update_scheduled_orders_on_processing_braintree_gatewayapp\Modules\Payments\Compatibility\BraintreePaymentCompatibility.php:139
filterautoship_add_Checkout_payment_methodapp\Modules\Payments\Compatibility\CheckoutPaymentCompatibility.php:79
filterautoship_delete_Checkout_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\CheckoutPaymentCompatibility.php:82
actionautoship_update_scheduled_orders_on_processing_wc_checkout_com_cards_gatewayapp\Modules\Payments\Compatibility\CheckoutPaymentCompatibility.php:100
filterautoship_add_CyberSource_payment_methodapp\Modules\Payments\Compatibility\CyberSourceV2PaymentCompatibility.php:83
filterautoship_add_CyberSourceV2_payment_methodapp\Modules\Payments\Compatibility\CyberSourceV2PaymentCompatibility.php:86
filterautoship_delete_CyberSource_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\CyberSourceV2PaymentCompatibility.php:89
filterwc_cybersource_credit_card_my_payment_methods_table_method_actionsapp\Modules\Payments\Compatibility\CyberSourceV2PaymentCompatibility.php:92
actionwc_payment_gateway_cybersource_credit_card_payment_processedapp\Modules\Payments\Compatibility\CyberSourceV2PaymentCompatibility.php:112
actionwc_payment_gateway_cybersource_credit_card_payment_method_addedapp\Modules\Payments\Compatibility\CyberSourceV2PaymentCompatibility.php:115
actionautoship_update_scheduled_orders_on_processing_cybersource_credit_card_gatewayapp\Modules\Payments\Compatibility\CyberSourceV2PaymentCompatibility.php:118
filternmi_gateway_woocommerce_credit_card_should_force_tokenizeapp\Modules\Payments\Compatibility\NmiPaymentCompatibility.php:86
filterwc_nmi_force_saved_cardapp\Modules\Payments\Compatibility\NmiPaymentCompatibility.php:87
filterautoship_add_Nmi_payment_methodapp\Modules\Payments\Compatibility\NmiPaymentCompatibility.php:90
filterautoship_delete_Nmi_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\NmiPaymentCompatibility.php:93
actionautoship_update_scheduled_orders_on_processing_nmi_gateway_woocommerce_credit_card_gatewayapp\Modules\Payments\Compatibility\NmiPaymentCompatibility.php:111
filterautoship_add_PayaV1_payment_methodapp\Modules\Payments\Compatibility\PayaV1PaymentCompatibility.php:79
filterautoship_delete_PayaV1_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\PayaV1PaymentCompatibility.php:82
actionautoship_update_scheduled_orders_on_processing_sagepaymentsusaapi_gatewayapp\Modules\Payments\Compatibility\PayaV1PaymentCompatibility.php:100
filterautoship_extend_gateway_id_typesapp\Modules\Payments\Compatibility\PayPalPaymentCompatibility.php:79
filterautoship_add_PayPal_payment_methodapp\Modules\Payments\Compatibility\PayPalPaymentCompatibility.php:82
filterautoship_add_PayPalV3_payment_methodapp\Modules\Payments\Compatibility\PayPalPaymentCompatibility.php:83
filterautoship_delete_PayPal_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\PayPalPaymentCompatibility.php:86
filterautoship_delete_PayPalV3_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\PayPalPaymentCompatibility.php:87
actionautoship_update_scheduled_orders_on_processing_ppec_paypal_gatewayapp\Modules\Payments\Compatibility\PayPalPaymentCompatibility.php:106
actionautoship_update_scheduled_orders_on_processing_ppcp-gateway_gatewayapp\Modules\Payments\Compatibility\PayPalPaymentCompatibility.php:109
filterautoship_add_Sage_payment_methodapp\Modules\Payments\Compatibility\SagePaymentCompatibility.php:79
filterautoship_delete_Sage_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\SagePaymentCompatibility.php:82
actionwoocommerce_checkout_order_processedapp\Modules\Payments\Compatibility\SagePaymentCompatibility.php:101
actionautoship_update_scheduled_orders_on_processing_sagepaydirect_gatewayapp\Modules\Payments\Compatibility\SagePaymentCompatibility.php:104
filterwc_payment_gateway_square_credit_card_add_payment_method_transaction_resultapp\Modules\Payments\Compatibility\SquarePaymentCompatibility.php:80
filterautoship_add_Square_payment_methodapp\Modules\Payments\Compatibility\SquarePaymentCompatibility.php:83
filterautoship_delete_Square_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\SquarePaymentCompatibility.php:86
filterwc_square_my_payment_methods_table_method_actionsapp\Modules\Payments\Compatibility\SquarePaymentCompatibility.php:89
filterwc_square_credit_card_force_save_sourceapp\Modules\Payments\Compatibility\SquarePaymentCompatibility.php:92
filterwc_square_create_customer_requestapp\Modules\Payments\Compatibility\SquarePaymentCompatibility.php:95
actionwc_payment_gateway_square_payment_method_addedapp\Modules\Payments\Compatibility\SquarePaymentCompatibility.php:115
actionautoship_update_scheduled_orders_on_processing_square_gatewayapp\Modules\Payments\Compatibility\SquarePaymentCompatibility.php:118
actionwc_payment_gateway_square_credit_card_payment_method_deletedapp\Modules\Payments\Compatibility\SquarePaymentCompatibility.php:121
filterautoship_add_Stripe_payment_methodapp\Modules\Payments\Compatibility\StripePaymentCompatibility.php:83
filterautoship_delete_Stripe_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\StripePaymentCompatibility.php:86
filterwc_stripe_force_save_sourceapp\Modules\Payments\Compatibility\StripePaymentCompatibility.php:89
filterwc_stripe_generate_create_intent_requestapp\Modules\Payments\Compatibility\StripePaymentCompatibility.php:92
filterautoship_create_scheduled_order_dataapp\Modules\Payments\Compatibility\StripePaymentCompatibility.php:95
filterautoship_delete_tokenized_payment_method_gateway_idapp\Modules\Payments\Compatibility\StripePaymentCompatibility.php:98
actionautoship_update_scheduled_orders_on_processing_stripe_gatewayapp\Modules\Payments\Compatibility\StripePaymentCompatibility.php:117
actionautoship_update_scheduled_orders_on_processing_stripe_gatewayapp\Modules\Payments\Compatibility\StripePaymentCompatibility.php:120
filterautoship_add_TrustCommerce_payment_methodapp\Modules\Payments\Compatibility\TrustCommercePaymentCompatibility.php:79
filterautoship_delete_TrustCommerce_payment_method_qpilot_matchapp\Modules\Payments\Compatibility\TrustCommercePaymentCompatibility.php:82
actionautoship_update_scheduled_orders_on_processing_trustcommerce_gatewayapp\Modules\Payments\Compatibility\TrustCommercePaymentCompatibility.php:100
actionwoocommerce_initapp\Modules\Payments\PaymentsModule.php:95
actionwoocommerce_new_payment_tokenapp\Modules\Payments\PaymentsModule.php:122
actionautoship_update_payment_method_on_all_scheduled_ordersapp\Modules\Payments\PaymentsModule.php:125
filterautoship_get_valid_payment_methodsapp\Modules\Payments\PaymentsModule.php:128
actionadmin_enqueue_scriptsapp\Modules\Quicklaunch\SetupStepHandler.php:47
actionadmin_menuapp\Modules\Quicklaunch\SetupStepHandler.php:48
actionwp_dashboard_setupapp\Modules\Quicklaunch\WidgetHandler.php:27
filterautoship_admin_settings_tabsapp\Modules\QuickLinks\Controllers\QuickLinksSettingsController.php:55
filterautoship_admin_settings_tab_include_submitapp\Modules\QuickLinks\Controllers\QuickLinksSettingsController.php:58
actionautoship_admin_settings_tab_autoship-quicklinksapp\Modules\QuickLinks\Controllers\QuickLinksSettingsController.php:61
actionadmin_enqueue_scriptsapp\Modules\QuickLinks\Controllers\QuickLinksSettingsController.php:70
actioninitapp\Modules\QuickLinks\QuickLinksModule.php:425
actioninitapp\Modules\QuickLinks\QuickLinksService.php:115
filterquery_varsapp\Modules\QuickLinks\QuickLinksService.php:118
actiontemplate_redirectapp\Modules\QuickLinks\QuickLinksService.php:121
actioninitapp\Modules\Synchronizers\Products\ProductSynchronizer.php:50
actionadmin_enqueue_scriptsapp\Modules\Utilities\Controllers\BulkFrequenciesController.php:96
actionautoship_utilities_bulk_frequencies_sectionapp\Modules\Utilities\Controllers\BulkFrequenciesController.php:97
actionadmin_noticesautoship.php:159
actionbefore_woocommerce_initautoship.php:218
actionplugins_loadedautoship.php:254
actionwoocommerce_initautoship.php:257
actionautoship_init_integration_test_completesrc\admin.php:547
actionupdate_option_permalink_structuresrc\admin.php:640
actionadmin_noticessrc\admin.php:766
actionadmin_noticessrc\admin.php:807
actionadmin_initsrc\admin.php:1003
actionadmin_menusrc\admin.php:1006
filterautoship_get_setting_autoship_saved_site_processing_version_default_initsrc\admin.php:1277
filterautoship_get_setting_autoship_product_info_mobile_tooltip_default_initsrc\admin.php:1292
filterautoship_get_setting_autoship_product_info_btn_type_default_initsrc\admin.php:1306
filterautoship_get_setting_autoship_product_info_modal_size_default_initsrc\admin.php:1320
filterautoship_get_setting_autoship_product_info_btn_text_default_initsrc\admin.php:1334
filterautoship_get_setting_autoship_product_info_display_default_initsrc\admin.php:1348
filterautoship_get_setting_autoship_editable_shipping_rate_enabled_default_initsrc\admin.php:1362
filterautoship_get_setting_autoship_legacy_qpilot_products_data_default_initsrc\admin.php:1377
filterautoship_get_setting_autoship_product_info_html_default_initsrc\admin.php:1408
filterautoship_get_setting_autoship_scheduled_orders_body_html_default_initsrc\admin.php:1440
filterautoship_get_setting_autoship_support_cod_payments_default_initsrc\admin.php:1454
filterautoship_get_setting_autoship_scheduled_order_upsell_carousel_default_initsrc\admin.php:1468
filterautoship_get_setting_autoship_scheduled_order_upsell_disable_carousel_js_default_initsrc\admin.php:1482
filterautoship_get_settings_fields_values_initsrc\admin.php:1513
filterautoship_admin_settings_tab_include_submitsrc\admin.php:1533
actionautoship_before_autoship_admin_productssrc\admin.php:1915
filterwoocommerce_rest_prepare_product_objectsrc\api-wc.php:197
filterwoocommerce_rest_prepare_product_variation_objectsrc\api-wc.php:198
filterwoocommerce_rest_prepare_shop_order_objectsrc\api-wc.php:199
filterwoocommerce_order_data_store_cpt_get_orders_querysrc\api-wc.php:200
filterwoocommerce_rest_pre_insert_shop_order_objectsrc\api-wc.php:201
filterwoocommerce_rest_pre_insert_shop_order_objectsrc\api-wc.php:202
actionwoocommerce_rest_insert_shop_order_objectsrc\api-wc.php:203
actionrest_api_initsrc\api.php:424
actionrest_api_initsrc\api.php:458
filterautoship_batch_update_products_autoship_bulk_update_active_sync_argssrc\bulk.php:86
filterautoship_batch_update_products_autoship_bulk_update_checkout_price_argssrc\bulk.php:101
filterautoship_batch_update_products_autoship_bulk_update_recurring_price_argssrc\bulk.php:116
filterautoship_batch_update_products_autoship_bulk_update_enable_autoship_argssrc\bulk.php:130
filterautoship_batch_update_products_autoship_bulk_update_enable_availability_argssrc\bulk.php:144
filterautoship_batch_update_products_autoship_bulk_update_active_sync_argssrc\bulk.php:158
filterautoship_batch_update_products_autoship_bulk_update_reset_active_sync_argssrc\bulk.php:172
filterwoocommerce_add_cart_item_datasrc\cart.php:882
filterwoocommerce_add_cart_itemsrc\cart.php:883
filterwoocommerce_get_cart_item_from_sessionsrc\cart.php:890
filterautoship_update_cart_item_data_schedule_valuessrc\cart.php:897
filterwoocommerce_update_cart_action_cart_updatedsrc\cart.php:912
filterwoocommerce_cart_item_namesrc\cart.php:919
filterwoocommerce_get_item_datasrc\cart.php:926
actionwoocommerce_after_cart_item_namesrc\cart.php:933
actionwoocommerce_before_add_to_cart_buttonsrc\cart.php:940
actionwoocommerce_before_single_variationsrc\cart.php:947
actionwp_footersrc\cart.php:955
actionwp_footersrc\cart.php:956
filterwoocommerce_paypal_express_checkout_needs_billing_agreementsrc\checkout.php:308
filterautoship_checkout_supported_payment_gateway_save_method_idssrc\checkout.php:315
actionwoocommerce_order_payment_status_changedsrc\checkout.php:323
actioncheckout_com_payment_capturedsrc\checkout.php:330
actionwoocommerce_checkout_create_order_line_itemsrc\checkout.php:338
filterpre_option_woocommerce_enable_guest_checkoutsrc\checkout.php:345
actionwoocommerce_review_order_after_submitsrc\checkout.php:352
actionwoocommerce_payment_completesrc\checkout.php:359
actionwoocommerce_thankyou_codsrc\checkout.php:360
actionwp_enqueue_scriptssrc\checkout.php:386
actionwoocommerce_coupon_options_usage_restrictionsrc\coupons.php:22
actionwoocommerce_process_shop_coupon_metasrc\coupons.php:40
actionwoocommerce_coupon_is_validsrc\coupons.php:69
filterwoocommerce_get_shop_coupon_datasrc\coupons.php:422
filterwoocommerce_coupon_discount_typessrc\coupons.php:453
filterautoship_qpilot_orders_via_restsrc\coupons.php:721
actionwoocommerce_order_after_calculate_totalssrc\coupons.php:763
filterautoship_create_update_autoship_customersrc\customers.php:165
actionwpsrc\customers.php:220
actionwoocommerce_customer_save_addresssrc\customers.php:287
actionwoocommerce_after_edit_address_form_shippingsrc\customers.php:325
filterwoocommerce_my_account_my_address_descriptionsrc\customers.php:361
filterautoship_display_customer_update_actionssrc\customers.php:379
actionwoocommerce_checkout_update_user_metasrc\customers.php:446
actionwoocommerce_save_account_detailssrc\customers.php:448
actionwoocommerce_customer_save_addresssrc\customers.php:450
actionedit_user_profile_updatesrc\customers.php:465
actionprofile_updatesrc\customers.php:467
actionedit_user_profile_updatesrc\customers.php:1116
actionpersonal_options_updatesrc\customers.php:1117
actionedit_user_profilesrc\customers.php:1118
actionshow_user_profilesrc\customers.php:1119
actionedit_user_profilesrc\customers.php:1120
actionshow_user_profilesrc\customers.php:1121
actionwoocommerce_shipping_initsrc\free-shipping.php:10
filterwoocommerce_shipping_methodssrc\free-shipping.php:113
actionadmin_initsrc\legacy\logger.php:80
actionautoship_create_scheduled_orders_successsrc\orders.php:2048
actionwoocommerce_order_before_calculate_totalssrc\orders.php:2107
filterautoship_qpilot_orders_update_via_rest_adjust_prices_for_taxessrc\orders.php:2108
actionwoocommerce_rest_insert_shop_order_objectsrc\orders.php:2109
filterautoship_qpilot_orders_via_restsrc\orders.php:2116
actionpre_get_postssrc\orders.php:2128
actionmanage_shop_order_posts_custom_columnsrc\orders.php:2129
actionwoocommerce_shop_order_list_table_custom_columnsrc\orders.php:2130
filterwoocommerce_order_data_store_cpt_get_orders_querysrc\orders.php:2131
filtermanage_edit-shop_order_sortable_columnssrc\orders.php:2132
filterwoocommerce_shop_order_list_table_sortable_columnssrc\orders.php:2133
filterwoocommerce_shop_order_search_fieldssrc\orders.php:2134
filtermanage_edit-shop_order_columnssrc\orders.php:2135
filterwoocommerce_shop_order_list_table_columnssrc\orders.php:2136
filterwoocommerce_my_account_my_orders_columnssrc\orders.php:2145
actionwoocommerce_my_account_my_orders_column_order-autoship-iconsrc\orders.php:2146
actionwoocommerce_view_ordersrc\orders.php:2147
actionadmin_noticessrc\orders.php:2154
actionwoocommerce_order_actionssrc\orders.php:2161
actionadd_meta_boxessrc\orders.php:2168
actionwoocommerce_order_action_autoship_clear_existing_order_keyssrc\orders.php:2175
actionwoocommerce_after_order_object_savesrc\orders.php:2182
actionwoocommerce_order_status_on-holdsrc\orders.php:2189
actionwoocommerce_order_status_processingsrc\orders.php:2196
filterautoship_get_scheduled_order_payment_datasrc\orders.php:2203
filterthe_titlesrc\pages.php:73
filterthe_titlesrc\pages.php:124
filterwoocommerce_account_menu_itemssrc\pages.php:446
filterthe_titlesrc\pages.php:454
filterthe_titlesrc\pages.php:455
filterpre_wp_nav_menusrc\pages.php:465
filterpre_wp_nav_menusrc\pages.php:466
filterwp_nav_menu_itemssrc\pages.php:474
actionwoocommerce_account_scheduled-orders_endpointsrc\pages.php:481
actionwoocommerce_account_scheduled-order_endpointsrc\pages.php:488
actionwoocommerce_account_view-scheduled-order_endpointsrc\pages.php:495
actiontemplate_redirectsrc\pages.php:504
actiontemplate_redirectsrc\pages.php:505
filterwoocommerce_login_redirectsrc\pages.php:514
filterwoocommerce_login_redirectsrc\pages.php:515
filterautoship_is_add_to_scheduled_order_endpoint_redirect_actionsrc\pages.php:523
actioninitsrc\pages.php:530
filterquery_varssrc\pages.php:539
filterquery_varssrc\pages.php:540
filterautoship_payment_method_gateway_typesrc\payments.php:223
filterautoship_valid_payment_method_idssrc\payments.php:253
filterautoship_valid_payment_method_typessrc\payments.php:273
filterwoocommerce_available_payment_gatewayssrc\payments.php:1429
filterautoship_delete_tokenized_payment_method_gateway_idsrc\payments.php:1974
actionadmin_noticessrc\payments.php:3968
filternmi_gateway_woocommerce_credit_card_should_force_tokenizesrc\payments.php:4040
actionwoocommerce_checkout_order_processedsrc\payments.php:4048
filterautoship_extend_gateway_id_typessrc\payments.php:4056
filterautoship_extend_gateway_id_typessrc\payments.php:4064
filterautoship_payment_method_gateway_typesrc\payments.php:4072
filterwc_payment_gateway_authorize_net_cim_credit_card_add_payment_method_transaction_resultsrc\payments.php:4093
actionwc_payment_gateway_authorize_net_cim_credit_card_payment_processedsrc\payments.php:4095
actionwc_payment_gateway_authorize_net_cim_credit_card_payment_method_addedsrc\payments.php:4096
actionwc_payment_gateway_cybersource_credit_card_payment_processedsrc\payments.php:4097
actionwc_payment_gateway_cybersource_credit_card_payment_method_addedsrc\payments.php:4098
actionwc_payment_gateway_braintree_credit_card_payment_processedsrc\payments.php:4099
actionwc_payment_gateway_braintree_credit_card_payment_method_addedsrc\payments.php:4100
actionwc_payment_gateway_braintree_paypal_payment_processedsrc\payments.php:4101
actionwc_payment_gateway_braintree_paypal_payment_method_addedsrc\payments.php:4102
filterautoship_add_AuthorizeNet_payment_methodsrc\payments.php:4105
actionwc_payment_gateway_authorize_net_cim_credit_card_payment_method_deletedsrc\payments.php:4106
filterautoship_add_CyberSource_payment_methodsrc\payments.php:4108
filterwc_payment_gateway_braintree_credit_card_add_payment_method_transaction_resultsrc\payments.php:4110
filterautoship_add_Braintree_payment_methodsrc\payments.php:4111
actionwc_payment_gateway_braintree_credit_card_payment_method_deletedsrc\payments.php:4112
filterwc_payment_gateway_braintree_paypal_add_payment_method_transaction_resultsrc\payments.php:4113
actionwc_payment_gateway_braintree_paypal_payment_method_deletedsrc\payments.php:4114
filterwc_payment_gateway_square_credit_card_add_payment_method_transaction_resultsrc\payments.php:4115
filterautoship_add_Square_payment_methodsrc\payments.php:4116
actionwc_payment_gateway_square_credit_card_payment_method_deletedsrc\payments.php:4117
filterautoship_add_Stripe_payment_methodsrc\payments.php:4137
filterautoship_delete_Stripe_payment_method_qpilot_matchsrc\payments.php:4138
filterautoship_add_PayaV1_payment_methodsrc\payments.php:4139
filterautoship_delete_PayaV1_payment_method_qpilot_matchsrc\payments.php:4140
filterautoship_add_Nmi_payment_methodsrc\payments.php:4141
filterautoship_delete_Nmi_payment_method_qpilot_matchsrc\payments.php:4142
filterautoship_add_CyberSource_payment_methodsrc\payments.php:4143
filterautoship_add_TrustCommerce_payment_methodsrc\payments.php:4144
filterautoship_delete_CyberSource_payment_method_qpilot_matchsrc\payments.php:4145
filterautoship_add_Sage_payment_methodsrc\payments.php:4146
filterautoship_delete_Sage_payment_method_qpilot_matchsrc\payments.php:4147
filterautoship_add_CyberSourceV2_payment_methodsrc\payments.php:4148
filterautoship_add_Checkout_payment_methodsrc\payments.php:4149
filterautoship_delete_Checkout_payment_method_qpilot_matchsrc\payments.php:4150
filterautoship_delete_PayPalV3_payment_method_qpilot_matchsrc\payments.php:4151
filterautoship_add_Airwallex_payment_methodsrc\payments.php:4152
filterautoship_delete_Airwallex_payment_method_qpilot_matchsrc\payments.php:4153
filterautoship_delete_AuthorizeNet_payment_method_qpilot_matchsrc\payments.php:4156
actionwoocommerce_new_payment_tokensrc\payments.php:4164
actionwoocommerce_payment_token_deletedsrc\payments.php:4165
filterautoship_payment_method_tokenizationsrc\payments.php:4173
filterautoship_payment_method_tokenizationsrc\payments.php:4174
actionwpsrc\payments.php:4181
actionwoocommerce_new_payment_tokensrc\payments.php:4192
actionwc_payment_gateway_authorize_net_cim_credit_card_payment_method_addedsrc\payments.php:4193
actionwc_payment_gateway_braintree_credit_card_payment_method_addedsrc\payments.php:4194
actionwc_payment_gateway_square_payment_method_addedsrc\payments.php:4195
actionwoocommerce_after_account_payment_methodssrc\payments.php:4196
filterwc_braintree_my_payment_methods_table_method_actionssrc\payments.php:4207
filterwc_authorize_net_cim_my_payment_methods_table_method_actionssrc\payments.php:4208
filterwc_square_my_payment_methods_table_method_actionssrc\payments.php:4209
filterwoocommerce_payment_methods_list_itemsrc\payments.php:4210
filterwc_cybersource_credit_card_my_payment_methods_table_method_actionssrc\payments.php:4211
filterautoship_payment_method_sandbox_metadata_field_extsrc\payments.php:4220
filterautoship_payment_method_sandbox_metadata_field_test_extsrc\payments.php:4221
actionautoship_update_scheduled_orders_on_processing_ppec_paypal_gatewaysrc\payments.php:4245
actionautoship_update_scheduled_orders_on_processing_ppcp-gateway_gatewaysrc\payments.php:4246
actionautoship_update_scheduled_orders_on_processing_authorize_net_cim_credit_card_gatewaysrc\payments.php:4247
actionautoship_update_scheduled_orders_on_processing_cybersource_credit_card_gatewaysrc\payments.php:4248
actionautoship_update_scheduled_orders_on_processing_stripe_gatewaysrc\payments.php:4249
actionautoship_update_scheduled_orders_on_processing_stripe_gatewaysrc\payments.php:4250
actionautoship_update_scheduled_orders_on_processing_square_credit_card_gatewaysrc\payments.php:4251
actionautoship_update_scheduled_orders_on_processing_nmi_gateway_woocommerce_credit_card_gatewaysrc\payments.php:4252
actionautoship_update_scheduled_orders_on_processing_sagepaymentsusaapi_gatewaysrc\payments.php:4253
actionautoship_update_scheduled_orders_on_processing_trustcommerce_gatewaysrc\payments.php:4254
actionautoship_update_scheduled_orders_on_processing_wc_checkout_com_cards_gatewaysrc\payments.php:4255
actionautoship_update_scheduled_orders_on_processing_braintree_gatewaysrc\payments.php:4258
filterwoocommerce_available_payment_gatewayssrc\payments.php:4265
filterwoocommerce_payment_gateways_settingssrc\payments.php:4272
filterautoship_add_tokenized_payment_methodsrc\payments.php:4279
filterwc_stripe_force_save_sourcesrc\payments.php:4286
filterwc_stripe_generate_create_intent_requestsrc\payments.php:4293
filterwc_nmi_force_saved_cardsrc\payments.php:4296
filterautoship_create_scheduled_order_datasrc\payments.php:4331
actionautoship_show_admin_health_status_menu_bubblesrc\product-page.php:43
filterautoship_admin_settings_submenu_pagessrc\product-page.php:63
actionadmin_noticessrc\product-page.php:255
actionadmin_noticessrc\product-page.php:280
filterwoocommerce_product_data_tabssrc\product-page.php:300
actionwoocommerce_product_data_panelssrc\product-page.php:325
actionwoocommerce_product_options_autoship_product_datasrc\product-page.php:772
actionwoocommerce_product_after_variable_attributessrc\product-page.php:1135
actionwoocommerce_product_options_autoship_product_datasrc\product-page.php:1324
actionadd_meta_boxes_productsrc\product-page.php:1437
actionautoship_after_product_summary_metabox_tablesrc\product-page.php:1499
actionautoship_no_product_summary_metabox_tablesrc\product-page.php:1500
filterautoship_product_summary_metabox_table_datasrc\product-page.php:1572
filterautoship_product_summary_metabox_noticesrc\product-page.php:1601
actionadmin_noticessrc\product-page.php:1713
filterbulk_actions-edit-productsrc\product-page.php:1744
filterhandle_bulk_actions-edit-productsrc\product-page.php:1769
actionadmin_noticessrc\product-page.php:1899
actionpre_get_postssrc\product-page.php:2046
filtermanage_edit-product_sortable_columnssrc\product-page.php:2066
filterwoocommerce_product_search_fieldssrc\product-page.php:2086
filtermanage_edit-product_columnssrc\product-page.php:2106
actionmanage_product_posts_custom_columnsrc\product-page.php:2126
actionautoship_after_schedule_options_templatesrc\product-page.php:2142
actionautoship_after_schedule_options_variable_templatesrc\product-page.php:2143
filterautoship_save_product_custom__autoship_group_ids_fieldsrc\products.php:2114
filterautoship_save_product_custom__autoship_checkout_price_fieldsrc\products.php:2128
filterautoship_save_product_custom__autoship_recurring_price_fieldsrc\products.php:2129
filterwoocommerce_product_data_store_cpt_get_products_querysrc\products.php:3739
filterwoocommerce_product_data_store_cpt_get_products_querysrc\products.php:3740
filterwoocommerce_product_data_store_cpt_get_products_querysrc\products.php:3741
actionwoocommerce_process_product_metasrc\products.php:3757
actionwoocommerce_save_product_variationsrc\products.php:3758
filterautoship_save_product_custom_fields_name_listsrc\products.php:3759
filterautoship_product_summary_data_sync_errorsrc\products.php:3783
filterautoship_product_summary_data_sync_errorsrc\products.php:3784
filterautoship_product_summary_data_sync_errorsrc\products.php:3785
filterautoship_product_summary_data_sync_errorsrc\products.php:3786
filterautoship_product_summary_data_sync_errorsrc\products.php:3787
filterautoship_product_summary_data_sync_errorsrc\products.php:3788
filterautoship_total_variation_product_summary_datasrc\products.php:3791
filterautoship_sync_status_error_as_warningsrc\products.php:3794
actionwoocommerce_before_delete_productsrc\products.php:3803
actionwoocommerce_before_delete_product_variationsrc\products.php:3804
actionbefore_delete_postsrc\products.php:3805
actionwoocommerce_new_product_variationsrc\products.php:3815
actionwoocommerce_update_productsrc\products.php:3816
actionwoocommerce_update_product_variationsrc\products.php:3817
actionwoocommerce_save_product_variationsrc\products.php:3818
actionwoocommerce_product_type_changedsrc\products.php:3819
actiontransition_post_statussrc\products.php:3820
actionautoship_update_product__autoship_sync_active_enabled_fieldsrc\products.php:3821
actionautoship_after_schedule_options_templatesrc\products.php:3829
actionautoship_after_schedule_options_variable_templatesrc\products.php:3830
filterautoship_product_upsert_metadatasrc\products.php:3838
filterwoocommerce_rest_prepare_product_objectsrc\products.php:3846
filterautoship_order_is_lockable_statussrc\scheduled-orders.php:188
filterautoship_get_customer_scheduled_orderssrc\scheduled-orders.php:304
filterautoship_formatted_order_display_totalssrc\scheduled-orders.php:580
filterautoship_formatted_order_display_totalssrc\scheduled-orders.php:615
filterautoship_formatted_order_display_totalssrc\scheduled-orders.php:634
filterautoship_get_account_scheduled_orders_actionssrc\scheduled-orders.php:811
filterautoship_no_order_items_form_actionssrc\scheduled-orders.php:831
filterautoship_my_account_my_scheduled_orders_columnssrc\scheduled-orders.php:875
actionwpsrc\scheduled-orders.php:2321
actionwpsrc\scheduled-orders.php:2362
actionwpsrc\scheduled-orders.php:2405
actionwpsrc\scheduled-orders.php:2606
actionwpsrc\scheduled-orders.php:2646
filterautoship_create_scheduled_order_url_redirectsrc\scheduled-orders.php:3097
filterautoship_scheduled_order_validate_shipping_address_required_posted_fieldssrc\scheduled-orders.php:3412
actionwp_loadedsrc\scheduled-orders.php:3843
actionwp_loadedsrc\scheduled-orders.php:3844
actionwp_loadedsrc\scheduled-orders.php:3845
actionwp_loadedsrc\scheduled-orders.php:3846
actionwp_loadedsrc\scheduled-orders.php:3847
actionwp_loadedsrc\scheduled-orders.php:3848
filterdefault_autoship_delete_order_action_messagessrc\scheduled-orders.php:3987
filterdefault_autoship_update_order_status_action_messagessrc\scheduled-orders.php:4035
filterdefault_autoship_update_order_shipping_address_action_messagessrc\scheduled-orders.php:4103
filterdefault_autoship_update_order_schedule_action_messagessrc\scheduled-orders.php:4167
filterdefault_autoship_update_order_schedule_action_messagessrc\scheduled-orders.php:4204
filterdefault_autoship_update_schedule_items_action_messagessrc\scheduled-orders.php:4348
filterdefault_autoship_update_schedule_items_action_messagessrc\scheduled-orders.php:4380
filterdefault_autoship_update_order_payment_method_action_messagessrc\scheduled-orders.php:4432
filterdefault_autoship_update_order_preferred_shipping_rate_action_messagessrc\scheduled-orders.php:4490
filterdefault_autoship_remove_order_item_action_messagessrc\scheduled-orders.php:4526
filterdefault_autoship_add_order_coupon_action_messagessrc\scheduled-orders.php:4579
filterdefault_autoship_remove_order_coupon_action_messagessrc\scheduled-orders.php:4617
filterdefault_autoship_refresh_scheduled_order_action_messagessrc\scheduled-orders.php:4656
filterautoship_scheduled_order_api_action_excemption_handlersrc\scheduled-orders.php:4684
filterautoship_filter_schedulable_products_display_labelssrc\scheduled-orders.php:7712
filterautoship_filter_schedulable_products_datasrc\scheduled-orders.php:7746
filterautoship_filter_schedulable_products_data_should_skipsrc\scheduled-orders.php:7765
filterautoship_confirm_delete_schedule_notice_orders_html_wrappersrc\scheduled-orders.php:7944
filterautoship_confirm_delete_schedule_notice_order_html_wrappersrc\scheduled-orders.php:7969
filterautoship_before_autoship_scheduled_orderssrc\scheduled-orders.php:7985
filterautoship_before_autoship_scheduled_orderssrc\scheduled-orders.php:7986
filterautoship_scheduled_orders_template_display_orderssrc\scheduled-orders.php:7987
filterautoship_before_autoship_scheduled_orders_templatesrc\scheduled-orders.php:7988
filterautoship_before_autoship_scheduled_orders_templatesrc\scheduled-orders.php:7989
actionautoship_before_autoship_scheduled_orders_templatesrc\scheduled-orders.php:7990
filterautoship_after_autoship_scheduled_orders_template_rowsrc\scheduled-orders.php:7991
filterautoship_exclude_scheduled_order_total_zero_totalsrc\scheduled-orders.php:7992
filterautoship_exclude_scheduled_order_shipping_total_zero_totalsrc\scheduled-orders.php:7993
filterautoship_orders_notice_messagesrc\scheduled-orders.php:8000
filterautoship_scheduled_order_address_shipping_subnotesrc\scheduled-orders.php:8007
filterautoship_scheduled_order_address_shipping_subnotesrc\scheduled-orders.php:8008
filterautoship_scheduled_order_address_billing_subnotesrc\scheduled-orders.php:8009
filterautoship_scheduled_orders_display_actions_filtersrc\scheduled-orders.php:8016
actionautoship_before_autoship_scheduled_orderssrc\scheduled-orders.php:8026
actionautoship_before_schedule_orders_errorsrc\scheduled-orders.php:8027
actionautoship_before_schedule_orders_errorsrc\scheduled-orders.php:8028
actionautoship_scheduled_orders_error_contentsrc\scheduled-orders.php:8029
actionautoship_after_schedule_order_headersrc\scheduled-orders.php:8042
actionautoship_before_scheduled_order_locksrc\scheduled-orders.php:8043
actionautoship_before_scheduled_order_locksrc\scheduled-orders.php:8044
actionautoship_scheduled_order_locksrc\scheduled-orders.php:8045
actionautoship_after_scheduled_order_locksrc\scheduled-orders.php:8046
actionautoship_after_scheduled_order_locksrc\scheduled-orders.php:8047
actionautoship_after_scheduled_order_locksrc\scheduled-orders.php:8048
actionautoship_after_scheduled_order_locksrc\scheduled-orders.php:8049
actionautoship_before_scheduled_order_viewsrc\scheduled-orders.php:8060
actionautoship_before_scheduled_order_viewsrc\scheduled-orders.php:8061
actionautoship_scheduled_order_viewsrc\scheduled-orders.php:8062
actionautoship_after_scheduled_order_viewsrc\scheduled-orders.php:8063
actionautoship_after_scheduled_order_viewsrc\scheduled-orders.php:8064
actionautoship_before_scheduled_order_view_item_namesrc\scheduled-orders.php:8074
actionautoship_after_scheduled_order_view_item_namesrc\scheduled-orders.php:8075
actionautoship_after_scheduled_order_view_item_namesrc\scheduled-orders.php:8076
actionautoship_scheduled_order_view_no_itemssrc\scheduled-orders.php:8077
actionautoship_after_scheduled_order_view_tablesrc\scheduled-orders.php:8078
actionautoship_before_scheduled_order_editsrc\scheduled-orders.php:8093
actionautoship_before_scheduled_order_editsrc\scheduled-orders.php:8094
actionautoship_before_scheduled_order_editsrc\scheduled-orders.php:8095
actionautoship_before_scheduled_order_editsrc\scheduled-orders.php:8096
actionautoship_scheduled_order_editsrc\scheduled-orders.php:8097
actionautoship_after_scheduled_order_editsrc\scheduled-orders.php:8098
actionautoship_after_scheduled_order_editsrc\scheduled-orders.php:8099
actionautoship_after_scheduled_order_editsrc\scheduled-orders.php:8100
actionautoship_after_scheduled_order_editsrc\scheduled-orders.php:8101
actionautoship_after_scheduled_order_editsrc\scheduled-orders.php:8102
actionautoship_after_scheduled_order_editsrc\scheduled-orders.php:8103
actionautoship_scheduled_order_form_item_remove_linksrc\scheduled-orders.php:8118
filterautoship_scheduled_order_form_item_quantity_fieldsrc\scheduled-orders.php:8119
actionautoship_before_scheduled_order_form_item_namesrc\scheduled-orders.php:8120
actionautoship_after_scheduled_order_form_item_namesrc\scheduled-orders.php:8121
actionautoship_after_scheduled_order_form_item_namesrc\scheduled-orders.php:8122
actionautoship_after_scheduled_order_form_itemssrc\scheduled-orders.php:8123
actionautoship_after_scheduled_order_form_add_onssrc\scheduled-orders.php:8124
actionautoship_update_scheduled_order_form_no_itemssrc\scheduled-orders.php:8125
actionautoship_after_scheduled_order_form_tablesrc\scheduled-orders.php:8126
actionautoship_before_scheduled_order_total_shipping_total_rowsrc\scheduled-orders.php:8127
actionautoship_after_scheduled_order_form_add_item_namesrc\scheduled-orders.php:8134
actionautoship_update_scheduled_order_payment_after_actionssrc\scheduled-orders.php:8141
actionautoship_before_update_scheduled_order_schedule_formsrc\scheduled-orders.php:8148
actionautoship_before_scheduled_order_edit_preferred_shipping_rate_form_actionsrc\scheduled-orders.php:8155
actionautoship_before_scheduled_order_edit_preferred_shipping_rate_form_actionsrc\scheduled-orders.php:8162
filterscript_loader_tagsrc\scripts.php:55
actionadmin_enqueue_scriptssrc\scripts.php:62
actionwp_enqueue_scriptssrc\scripts.php:117
filterautoship_dialog_info_tooltip_min_browser_widthsrc\scripts.php:130
actionwp_headsrc\scripts.php:189
actionupdate_option_autoship_free_shippingsrc\shipping.php:157
filterwoocommerce_shipping_zone_shipping_methodssrc\shipping.php:217
filterwoocommerce_package_ratessrc\shipping.php:258
filterautoship_generated_customer_shipping_datasrc\shipping.php:315
filterautoship_generated_customer_datasrc\shipping.php:316
filterautoship_generated_scheduled_order_updated_shipping_datasrc\shipping.php:317
filterautoship_order_address_valuessrc\shipping.php:378
actionautoship_after_print_product_custom_fieldssrc\wholesale-pricing.php:64
actionautoship_after_print_variable_product_custom_fieldssrc\wholesale-pricing.php:65
actionwoocommerce_process_product_metasrc\wholesale-pricing.php:68
actionwoocommerce_save_product_variationsrc\wholesale-pricing.php:69
actionadmin_initsrc\wholesale-pricing.php:72
filterautoship_batch_update_products_actionssrc\wholesale-pricing.php:73
actionautoship_after_autoship_admin_utilitiessrc\wholesale-pricing.php:75
actionautoship_set_latest_export_filesrc\wholesale-pricing.php:76
filterautoship_batch_update_products_autoship_bulk_update_scheduled_orders_wholesale_pricing_argssrc\wholesale-pricing.php:77
actionwoocommerce_initsrc\wholesale-pricing.php:91
filterautoship_create_scheduled_order_item_datasrc\wholesale-pricing.php:104
filterautoship_update_schedule_items_changessrc\wholesale-pricing.php:105
filterautoship_scheduled_order_form_item_add_display_namesrc\wholesale-pricing.php:106
filterautoship_scheduled_order_form_add_item_pricesrc\wholesale-pricing.php:107
filterautoship_scheduled_order_form_item_quantity_fieldsrc\wholesale-pricing.php:108
filterautoship_all_prices_arraysrc\wholesale-pricing.php:110
filterautoship_discount_checkout_and_recurring_samesrc\wholesale-pricing.php:111
filterautoship_product_discount_datasrc\wholesale-pricing.php:112
filterwwp_filter_get_custom_product_type_wholesale_pricesrc\wholesale-pricing.php:115
filterwwp_filter_wholesale_price_cartsrc\wholesale-pricing.php:116
filterautoship_get_scheduled_order_data_full_item_datasrc\wholesale-pricing.php:117
actionadmin_noticessrc\wholesale-pricing.php:1634
actionplugins_loadedsrc\wholesale-pricing.php:1646
Maintenance & Trust

Autoship Cloud for WooCommerce Subscription Products Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedApr 8, 2026
PHP min version7.4
Downloads49K

Community Trust

Rating92/100
Number of ratings37
Active installs200
Developer Profile

Autoship Cloud for WooCommerce Subscription Products Developer Profile

patternsinthecloud

1 plugin · 200 total installs

99
trust score
Avg Security Score
99/100
Avg Patch Time
6 days
View full developer profile
Detection Fingerprints

How We Detect Autoship Cloud for WooCommerce Subscription Products

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Autoship Cloud for WooCommerce Subscription Products