WC_Shipping_Legacy_International_Delivery::get_option_key()
Return the name of the option in the WP DB.
Method of the class: WC_Shipping_Legacy_International_Delivery{}
No Hooks.
Return
String
.
Usage
$WC_Shipping_Legacy_International_Delivery = new WC_Shipping_Legacy_International_Delivery(); $WC_Shipping_Legacy_International_Delivery->get_option_key();
Changelog
Since 2.6.0 | Introduced. |
WC_Shipping_Legacy_International_Delivery::get_option_key() WC Shipping Legacy International Delivery::get option key code WC 9.4.2
public function get_option_key() { return $this->plugin_id . 'international_delivery_settings'; }