Remove `add_admin_options_tracking`
This commit is contained in:
parent
7abd23438d
commit
42e4564705
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue