WC_Shipping_Legacy_Local_Delivery::get_option_key()
Return the name of the option in the WP DB.
Description Description
Return Return
(string)
Source Source
File: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php
public function get_option_key() { return $this->plugin_id . 'local_delivery_settings'; }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |