WC_Shipping_Legacy_International_Delivery::get_option_key()
Return the name of the option in the WP DB.
Метод класса: WC_Shipping_Legacy_International_Delivery{}
Хуков нет.
Возвращает
Строку
.
Использование
$WC_Shipping_Legacy_International_Delivery = new WC_Shipping_Legacy_International_Delivery(); $WC_Shipping_Legacy_International_Delivery->get_option_key();
Список изменений
С версии 2.6.0 | Введена. |
Код WC_Shipping_Legacy_International_Delivery::get_option_key() WC Shipping Legacy International Delivery::get option key WC 9.6.0
public function get_option_key() { return $this->plugin_id . 'international_delivery_settings'; }