Developer Filters

This section provides an overview of the available filters for customizing functionality at various levels in the Split Pay Plugin.

Filters Reference

This section provides an overview of the available filters for customizing functionality at various levels in the Split Pay plugin.


Global Filters

spp_get_stored_accounts

Description: Used to alter anything in stored accounts.


spp_global_connect_id_settings

Description: Used to alter the connected ID accounts array before saving at the global level.


Product-Level Filters

spp_before_save_product_accounts

Description: Used to alter the connected ID accounts array before saving at the product level.


spp_before_save_product_types

Description: Used to alter the transfer type array before saving at the product level.


spp_before_save_product_transfer_percentage

Description: Used to alter the transfer percentage array before saving at the product level.


spp_before_save_product_transfer_amount

Description: Used to alter the transfer amount array before saving at the product level.


spp_before_save_product_shipping_transfer_type

Description: Used to alter the shipping transfer type array before saving at the product level.


spp_before_save_product_shipping_transfer_percentage

Description: Used to alter the shipping transfer percentage array before saving at the product level.


spp_before_save_product_shipping_transfer_amount

Description: Used to alter the shipping transfer amount array before saving at the product level.


Variable Product-Level Filters

spp_before_save_variable_product_accounts

Description: Used to alter the connected ID accounts array before saving at the variable product level.


spp_before_save_variable_product_types

Description: Used to alter the transfer type array before saving at the variable product level.


spp_before_save_variable_product_transfer_percentage

Description: Used to alter the transfer percentage array before saving at the variable product level.


spp_before_save_variable_product_transfer_amount

Description: Used to alter the transfer amount array before saving at the variable product level.


spp_before_save_variable_product_shipping_transfer_type

Description: Used to alter the shipping transfer type array before saving at the variable product level.


spp_before_save_variable_product_shipping_transfer_percentage

Description: Used to alter the shipping transfer percentage array before saving at the variable product level.


spp_before_save_variable_product_shipping_transfer_amount

Description: Used to alter the shipping transfer amount array before saving at the variable product level.


Last updated