Search results for action
211 articles found
-
autoship_pre_add_to_scheduled_order_link_handler (action)
(src/pages.php) Can be used to trigger an action prior to triggering the 'Add to Scheduled Order' endpoint wrapper function is fired. Code do_action(
-
auto​ship_delete_tokenized_payment_method_extend_gateway (action)
( src/payments.php) Allows you to call your own payment gateway deletion method. Takes the $gateway_id, $gateway_id_types, and the $token as parameters. Code // Add an action for Customers to call
-
autoship_before_print_product_custom_price_fields (action)
(src/product-page.php) Developers can use this action to add custom content before the price form fields on the WP-Admin > Products page. It takes the (WooCommerce) $_product as a parameter. Code
-
autoship_product_admin_summary_metabox_notice (action)
(src/product-page.php) Allows developers to customize the Edit Product page. It takes the product $status, (Autoship Sync) $summary_data, and the $product as its parameters. Code <?php do_action(
-
autoship_after_print_product_custom_price_fields (action)
(src/product-page.php) Can be used to add custom content after the Autoship prices on the WP-Admin > Products > Edit Product page. It takes the $_product as a parameter. Code <?php do_action(
-
autoship_new_install_completed (action)
(src/upgrade.php) Used to trigger additional, custom actions after installing Autoship Cloud for the first time. It takes the Autoship_Version as its parameter. Code do_action(
-
autoship_upgrade_from_null_to_ (action)
(src/upgrade.php) Used to trigger custom actions after the upgrade Autoship Cloud for versions before version 1.2.32 of the plugin. It takes the Autoship_Version as its parameter. Code do_action(
-
autoship_before_autoship_scheduled_orders (action)
(templates/scheduled-orders.php) Used to add customization before the hosted iFrame and embedded App customer My Account > Scheduled Orders interface. It takes the (Wordpress) $customer_id and the
-
autoship_upgrade_completed (action)
( src/upgrade.php) Used to trigger custom actions after upgrading the Autoship Cloud version. It takes the $current_version[1] and the Autoship_Version as its parameters. Code do_action(
-
autoship_after_autoship_admin_coupons (action)
(templates/admin/coupons.php) Used to add customization after the coupons display on WP-Admin > Autoship Cloud > Coupons page. Code <?php do_action( 'autoship_after_autoship_admin_coupons' ); ?>
-
autoship_before_autoship_admin_coupons (action)
(templates/admin/coupons.php) Used to add customization before the coupons display on WP-Admin > Autoship Cloud > Coupons page. Code <?php do_action( 'autoship_before_autoship_admin_coupons' ); ?>
-
autoship_before_autoship_admin_dashboard (action)
(templates/admin/dashboard.php) Used to add customization before the Dashboard display on WP-Admin > Autoship Cloud > Dashboard page. Code <?php do_action( 'autoship_before_autoship_admin_dashboard'
-
autoship_after_autoship_admin_payment_integrations (action)
(templates/admin/payment-integrations.php) Used to add customization after the Payment Integration widget renders in WP-Admin > Autoship Cloud > Payment Integrations. Code <?php do_action(
-
autoship_after_autoship_admin_migrations (action)
(templates/admin/migrations.php) Used to add customization after the content of the Migrations tab in WP-Admin > Autoship Cloud > Settings > Migrations. Code <?php do_action(
-
autoship_after_autoship_admin_dashboard (action)
( templates/admin/dashboard.php) Used to add customization after the Dashboard display on WP-Admin > Autoship Cloud > Dashboard page. Code <?php do_action( 'autoship_after_autoship_admin_dashboard'
-
autoship_after_autoship_admin_customers (action)
( templates/admin/customers.php) Used to add customization after the Customers display on WP-Admin > Autoship Cloud > Customers page. Code <?php do_action( 'autoship_after_autoship_admin_customers'
-
autoship_before_autoship_admin_customers (action)
( templates/admin/customers.php) Used to add customization before the Customers display on WP-Admin > Autoship Cloud > Customers page. Code <?php do_action( 'autoship_before_autoship_admin_customers'
-
autoship_after_autoship_admin_products (action)
( templates/admin/products.php) Used to add customization after the content of the Products page in WP-Admin > Autoship Cloud > Products. Code <?php do_action(
-
autoship_before_autoship_admin_products (action)
( templates/admin/products.php) Used to add customization before the content of the Products page in WP-Admin > Autoship Cloud > Products. Code <?php do_action(
-
autoship_before_autoship_admin_scheduled_orders (action)
( templates/admin/scheduled-orders.php) Used to add customization before the Scheduled Orders display on WP-Admin > Autoship Cloud > Scheduled Orders page. Code <?php do_action(
-
autoship_after_autoship_admin_scheduled_orders (action)
( templates/admin/scheduled-orders.php) Used to add customization after the Scheduled Orders display on WP-Admin > Autoship Cloud > Scheduled Orders page. Code <?php do_action(
-
autoship_before_autoship_admin_shipping_rates (action)
( templates/admin/shipping-rates.php) Used to add customization before the Shipping Rates display on WP-Admin > Autoship Cloud > Shipping Rates page. Code <?php do_action(
-
autoship_before_autoship_admin_tax_rates (action)
( templates/admin/tax-rates.php) Used to add customization before the Tax Rates display on WP-Admin > Autoship Cloud > Tax Rates page. Code <?php do_action( 'autoship_before_autoship_admin_tax_rates'
-
autoship_after_autoship_scheduled_orders_template_row (action)
( templates/scheduled-orders/orders-template.php) follows each scheduled order summary row in the table. The action is used to include notice(s) related to the Scheduled Order row displayed
-
autoship_before_admin_migrations (action)
(templates/admin/migrations.php) Used to add customization before the content of the Migrations tab in WP-Admin > Autoship Cloud > Settings > Migrations. Code do_action(
-
autoship_before_autoship_admin_utilities (action)
( templates/admin/utilities.php) Used to add customization before the Autoship Settings Utilities tab display on WP-Admin > Autoship Cloud > Settings > Utilities page. Code do_action(
-
qpilot_remote_request_response_errors (action)
(src/QPilot/Client.php) Used to fire custom functions after the HTTP Request is made to the QPilot API. The action passes the details of the HTTP Response Error(s) as parameters (array). This
-
autoship_after_autoship_admin_utilities (action)
( templates/admin/utilities.php) Used to add customization after the Autoship Settings Utilities tab display on WP-Admin > Autoship Cloud > Settings > Utilities page. It takes the (product)
-
autoship_after_all_products_autoship_activate_sync_bulk_action (action)
(src/product-page.php) Can be used to perform additional actions at the end the bulk product sync action. It takes the $post_ids (Product Ids), the $action, and a $redirect_url as its parameters.
-
autoship_after_all_products_autoship_deactivate_sync_bulk_action (action)
( src/product-page.php) Can be used to perform additional actions at the end the bulk product sync action. It takes the $post_ids (Product Ids), the $action, and a $redirect_url as its parameters.
-
autoship_post_add_to_scheduled_order_link_handler (action)
( src/pages.php) Can be used to trigger actions after the 'Add to Scheduled Order' endpoint wrapper function fires. It takes the $success of the function as it's parameter. Code do_action(
-
autoship_init_integration_test_complete (action)
( src/api-health.php) Used to add custom content to the API Health Check page. Takes the $health (health check result) as its parameter. Code do_action( 'autoship_init_integration_test_complete',
-
autoship_set_global_sync_active_enabled (action)
(src/productions.php) Can be used to add additional content when the global sync option is enabled. It takes the $option ('yes' or 'no') as a parameter. Code // Fire action that the global was
-
qpilot_remote_request_response (action)
(src/QPilot/Client.php) Used to fire custom functions after the HTTP Request is made to the QPilot API. The action passes the details of the HTTP Request as parameters ( $args). This includes the
-
qpilot_remote_request (action)
(src/QPilot/Client.php) Used to fire custom functions before the HTTP Request is made to the QPilot API. The action passes the details of the HTTP Request as parameters ($args). These include the
-
autoship_create_schedule_order_failed (action)
( src/scheduled-orders.php) Can be used to customize when no Scheduled Order is created due to an error when customers use links from the Autoship Link builder. It takes in built $link and
-
autoship_update_scheduled_order_shipping_address_invalid_fields (action)
(src/scheduled-orders.php) Allows customization to be added to the invalid notices returned when updating the shipping address on a Scheduled Order. It takes the $invalids (notices) and the (form)
-
autoship_add_to_next_order_no_order_found (action)
(src/scheduled-orders.php) Can be used to customize when no Scheduled Order is found when customers use links from the Autoship Link builder. It takes in built $link and $customer_id as its
-
autoship_after_autoship_scheduled_orders (action)
( templates/scheduled-orders.php) Used to add customization after the hosted iFrame and embedded App customer My Account > Scheduled Orders interface. It takes the (Wordpress) $customer_id and the
-
autoship_before_autoship_scheduled_orders_template (action)
(templates/scheduled-orders/orders-template.php) Can be used to add customization before the customer Scheduled Orders page for the Native Wordpress template option. It takes $customer_id,
-
autoship_after_autoship_scheduled_orders_template (action)
(scheduled-orders/orders-template.php) Can be used to add customization after the customer My Account > Scheduled Orders when using the Native Wordpress template display option. It takes the
-
autoship_no_product_summary_metabox_table (action)
(templates/admin/product-summary-metabox-error.php) (templates/admin/product-summary-metabox-inactive.php) Used to fire custom actions when the Autoship product summary metabox has an error or is
-
autoship_after_autoship_admin_tax_rates (action)
( templates/admin/tax-rates.php) Used to add customization after the Tax Rates display on WP-Admin > Autoship Cloud > Tax Rates page. Code <?php do_action( 'autoship_after_autoship_admin_tax_rates'
-
autoship_after_product_summary_metabox_table (action)
(templates/admin/product-summary-metabox.php) Can be used to add custom actions after the Autoship product summary metabox table on the admin edit product page. It takes the $autoship_summary and
-
autoship_before_product_summary_metabox_table (action)
(templates/admin/product-summary-metabox.php) Can be used to add custom actions before the Autoship product summary metabox table on the admin edit product page. It takes the $autoship_summary and
-
autoship_my_account_my_scheduled_orders_column_ (action)
(templates/scheduled-orders/orders-template.php) Used to add customization to the column in the My Account menu the Scheduled Orders option is displayed. It takes the $column_id and the $order as its
-
autoship_after_autoship_admin_shipping_rates (action)
( templates/admin/shipping-rates.php) Used to add customization after the Shipping Rates display on WP-Admin > Autoship Cloud > Shipping Rates page. Code <?php do_action(
-
autoship_api_site_created (action)
(src/admin.php) Used to perform custom actions after a site is created in Qpilot. Code do_action( 'autoship_api_site_created', $site ); Found in the Functions autoship_oauth2_connect_site ()
-
autoship_customer_user_metrics_refreshedta (action)
(src/customers.php) Can be used to add customization after the customer metrics data for a customer has been updated. Code do_action( 'autoship_customer_user_metrics_refreshed', $user_id,
-
autoship_before_update_scheduled_order_handler (action)
(src/scheduled-orders.php) Can be used to add customization before the Scheduled Order is updated. It takes the (Scheduled) $order_id, the (update) $action taken, & the (Scheduled Order) $data as its