WC_Shipping_Legacy_Local_Pickup::get_option_keypublicWC 2.6.0

Return the name of the option in the WP DB.

Method of the class: WC_Shipping_Legacy_Local_Pickup{}

No Hooks.

Returns

String.

Usage

$WC_Shipping_Legacy_Local_Pickup = new WC_Shipping_Legacy_Local_Pickup();
$WC_Shipping_Legacy_Local_Pickup->get_option_key();

Changelog

Since 2.6.0 Introduced.

WC_Shipping_Legacy_Local_Pickup::get_option_key() code WC 10.9.3

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