Search results for action
211 articles found
-
autoship_before_cart_schedule_options (action)
(templates/cart/schedule-options.php) Allows developers to add additional radio options before the default options on the cart page. Takes $product, $frequency_type, $frequency, $next_occurrence,
-
autoship_create_scheduled_orders_failure (action)
(src/orders.php) Within the autoship_create_scheduled_orders() function and can be used to perform custom actions when the creation of Scheduled Order(s) fail. The new action passes the Scheduled
-
autoship_after_handler_success (action)
(src/scheduled-orders.php) Within the autoship_update_scheduled_order_handler() function and can be used to perform custom actions after an action is performed on a Scheduled Order in the Native UI
-
autoship_after_autoship_admin_logs (action)
(src/templates/admin/logs.php) Allows developers the ability to output custom content after the "Logs" tab content. Code do_action( 'autoship_after_autoship_admin_logs' ); Example function
-
autoship_before_autoship_admin_logs (action)
(src/templates/admin/logs.php) Allows developers the ability to add custom content before the "Logs" tab content. Example function add_to_logger_content(){ echo '<h2>Hello World</h2>'; }
-
autoship_after_admin_shipping_rates (action)
(templates/admin/shipping-rates.php) Used to add customization after the content of Shipping Rates page in WP-Admin > Autoship Cloud > Shipping Rates. Code <?php do_action(
-
autoship_before_admin_products (action)
(templates/admin/products.php) Used to add customization before the content of Products page in WP-Admin > Autoship Cloud > Products. Code <?php do_action( 'autoship_before_autoship_admin_products'
-
autoship_after_admin_products (action)
(templates/admin/products.php) Used to add customization after the content of Products page in WP-Admin > Autoship Cloud > Products. Code <?php do_action( 'autoship_after_autoship_admin_products' );
-
autoship_after_schedule_options_variable (action)
(templates/product/schedule-options-variable.php) The hook allows you to add custom content below of the autoship-schedule-options for Variable Products. It takes the $product, $skin, Autoship option
-
autoship_after_cart_schedule_radio_options (action)
(templates/cart/schedule-options.php) Allows developers to add additional radio options after the default options on the cart page. Takes $product, $frequency_type, $frequency, $next_occurrence,
-
autoship_after_print_variable_product_custom_fields_group (action)
(src/product-page.php) Action within the autoship_print_variable_product_custom_fields() function to allow you to extend the Autoship Options (within the "autoship-sync-active-option-group" classed
-
autoship_after_print_variable_product_custom_fields (action)
(src/product-page.php) Action within the autoship_print_variable_product_custom_fields() function to allow you to extend the Autoship Options (outside of the "autoship-sync-active-option-group"
-
autoship_after_print_product_custom_fields (action)
(src/product-page.php) Action within the autoship_print_product_custom_fields() function to allow you to extend the Autoship Options on the WP-Admin > Products > Edit Product > Autoship (tab) Example
-
autoship_after_admin_tax_rates (action)
(templates/admin/tax-rates.php) Used to add customization after the Tax Rates Widget is rendered in WP-Admin > Autoship Cloud > Tax Rates. Code <?php do_action(
-
autoship_admin_before_tax_rates (action)
(templates/admin/tax-rates.php) Used to add customization before the Tax Rates Widget is rendered in WP-Admin > Autoship Cloud > Tax Rates. Code <?php do_action(
-
autoship_before_admin_scheduled_orders (action)
(templates/admin/scheduled-orders.php) Used to add customization before the Scheduled Orders widget renders in WP-Admin > Autoship Cloud > Scheduled Orders. Code <?php do_action(
-
autoship_before_autoship_admin_payment_integrations (action)
(templates/admin/payment-integrations.php) Used to add customization before the Payment Integration widget renders in WP-Admin > Autoship Cloud > Payment Integrations. Code <?php do_action(
-
autoship_after_admin_scheduled_orders (action)
(templates/admin/scheduled-orders.php) Used to add customization after the Scheduled Orders widget renders in WP-Admin > Autoship Cloud > Scheduled Orders. Code <?php do_action(
-
autoship_before_admin_shipping_rates (action)
(templates/admin/shipping-rates.php) Used to add customization before the content of the Migrations tab in WP-Admin > Autoship Cloud > Shipping Rates. Code <?php do_action(
-
autoship_after_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_create_scheduled_orders_success (action)
(src/orders.php) Can be used to perform custom actions upon the successful creation of Scheduled Order(s). The new action passes the Scheduled Order Ids for the newly created Scheduled Order(s)
-
autoship_after_print_product_custom_order_settings_fields (action)
(src/product-page.php) Can be used to add custom content to the end of the 'autoship-sync-active-option-group' div after the options and checkboxes. It takes the $_product as a parameter Code <?php
-
autoship_before_autoship_admin_reports (action)
(templates/admin/reports.php) Used to add custom content before the reports iFrame is rendered in WP-Admin > Autoship Cloud > Reports. Code do_action('autoship_before_autoship_admin_reports');
-
autoship_after_autoship_admin_reports (action)
(templates/admin/reports.php) Used to add custom content after the reports iFrame is rendered in WP-Admin > Autoship Cloud > Reports. Code <?php do_action('autoship_after_autoship_admin_reports'); ?>
-
autoship_order_customer_dashboard_icon_column_content_maybe_scheduled_order (action)
(src/orders.php) Can be used to output custom content in the new Autoship column when an order generated an error creating a Scheduled Order or may not have created a scheduled order when it should
-
autoship_post_create_scheduled_orders_on_checkout (action)
(src/orders.php) Can be used to perform custom actions after Scheduled Orders are created at checkout. The new action passes the $scheduled_order_ids for any successfully created and the
-
autoship_customer_view_order_header_attribution_maybe_scheduled_order (action)
( src/orders.php) Can be used to output custom content in the sub-header for a WooCommerce Order that generated an error creating a Scheduled Order or may not have created a Scheduled Order when it
-
autoship_before_log_entry (action)
( src/logger.php) Helps developers to perform various actions before the autoship-log directory or logs are created. For example intercept our logging and add it to the wp_debug_log instead. Code
-
autoship_after_log_entry (action)
(src/logger.php) Helps developers to perform various actions after log entries are created. For example, this would allow merchants to fire an email to notify themselves when an issue with the Log
-
autoship_all_products_admin_summary_metabox_notice (action)
( src/product-page.php) Can be used to add custom content to the WP-Admin > Products page metabox notice. It takes $status, (product) $summary_data, and $products as its parameters. Code <?php
-
autoship_after_print_variable_product_custom_price_fields (action)
( src/product-page.php) Can be used to add custom content after the price field for variable products on the WP-Admin > Products > Edit Product page. It take the variation count ($loop),
-
autoship_after_print_variable_product_custom_order_settings_fields (action)
( src/product-page.php) Can be used to add custom content after the product settings field for variable products. It takes the variation count ($loop), $variation_data, and $variation as its
-
autoship_after_print_product_custom_frequency_option_fields (action)
( src/product-page.php) Can be used to add custom content before the custom product frequency options on the WP-Admin > Products > Edit Product page. It takes the $_product as a parameter. Code <?php
-
autoship_before_print_product_custom_frequency_option_fields (action)
( src/product-page.php) Can be used to add custom content before the custom product frequency options on the WP-Admin > Products > Edit Product page. It takes the $_product as a parameter. Code <?php
-
autoship_after_cart_schedule_options (action)
(templates/cart/schedule-options.php) Used to add customer content after the Schedule Options container on the cart page. Takes the $product, $frequency_type, $frequency, $next_occurrence (date),
-
autoship_after_schedule_info_dialog (action)
( templates/product/schedule-info-dialog.php) Can be used to add custom content after the Schedule Information Dialog modal. Takes the $options (array) as its parameter. Code <?php
-
autoship_before_schedule_info_dialog (action)
( templates/product/schedule-info-dialog.php) Can be used to add custom content before the Schedule Information Dialog modal. Takes the $options (array) as its parameter. Code <?php
-
autoship_after_schedule_options (action)
(templates/product/schedule-options.php) The hook allows you to add custom content below of the autoship-schedule-options for Simple Products. It takes the $product, $prices, $skin, Autoship option
-
autoship_after_schedule_radio_options_variable (action)
(templates/product/schedule-options-variable) The hook allows developers to insert additional radio options after the default options for Variable Products on the product page. Takes $product, $skin,
-
autoship_before_schedule_options_variable (action)
(templates/product/schedule-options-variable.php) The hook allows developers to insert additional radio options before the default options for Variable Products on the product page. Takes $product,
-
autoship_after_schedule_radio_options (action)
(templates/product/schedule-options.php) The hook allows developers to insert additional radio options after the default options for Simple Products on the product page. Takes $product, $prices,
-
autoship_before_schedule_options (action)
( templates/product/schedule-options.php) The hook allows developers to insert additional radio options before the default options for Simple Products on the product page. Takes $product, $prices,
-
autoship_after_admin_settings_header (action)
(templates/admin/settings.php) Used to add custom content after the 'Settings' header in the WP-Admin > Autoship Cloud > Settings page. It takes the $autoship_settings, $active_tab, and $tabs as
-
autoship_after_schedule_options_variable_template (action)
(templates/product/schedule-options-variable.php) Can be used to add custom content after the Schedule Options template area for variable products. Takes the $product as its parameter. Code <?php
-
autoship_qpilot_orders_before_update_via_rest (action)
(src/api.php) Used to perform actions when a QPilot generated order is first received by the WC Rest API wc-autoshipcloud/v1/orders endpoint. The action includes the WP_REST_Request object ($request)
-
autoship_after_schedule_options_template (action)
( templates/product/schedule-options.php) Used to add custom content after the Schedule Options template for simple products. Takes the $product as a parameter. Code <?php
-
autoship_qpilot_orders_after_update_via_rest (action)
(src/api.php) Used to perform actions after a QPilot generated order is processed by the WooCommerce Rest API wc-autoshipcloud/v1/orders endpoint. The action includes the WP_REST_Response object
-
autoship_add_tokenized_payment​_method_extend_gateway (action)
(src/payments.php) Helps developers call their own payment gateway add method. Takes the $gateway_id, $gateway_id_types, and the (payment) $token as parameters. Code /** * Add an action for Customers
-
autoship_post_create_scheduled_order_link_handler (action)
(src/pages.php) Can be used to trigger actions after the 'Create Scheduled Order' wrapper function fires. It takes the $success of the function as it's parameter. Code do_action(
-
autoship_pre_create_scheduled_orders_link_handler (action)
(src/pages.php) Can be used to trigger actions before the 'Create Scheduled Order' wrapper function fires. Code do_action( 'autoship_pre_create_scheduled_order_link_handler' ); Included in these