Remove `add_admin_options_tracking`

This commit is contained in:
Fernando Marichal 2022-02-10 17:07:44 -03:00
parent 7abd23438d
commit 42e4564705
1 changed files with 0 additions and 7 deletions

View File

@ -219,13 +219,6 @@ abstract class WC_Settings_API {
return update_option( $this->get_option_key(), apply_filters( 'woocommerce_settings_api_sanitized_fields_' . $this->id, $this->settings ), 'yes' );
}
/**
* Add tracking to Payment settings.
*/
public function add_admin_options_tracking() {
do_action( 'woocommerce_update_options_payment_gateways', array( 'id' => $this->get_option_key() ) );
}
/**
* Add an error message for display in admin on save.
*