WC_Shipping_Legacy_Flat_Rate::get_option_key()

Return the name of the option in the WP DB.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php

	public function get_option_key() {
		return $this->plugin_id . 'flat_rate_settings';
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.