You appear to be a bot. Output may be restricted
Description
Prefix key for settings.
Usage
$string = WC_Settings_API::get_field_key( $key );
Parameters
- $key
- ( string ) required – Field key.
Returns
string
Source
File name: woocommerce/includes/abstracts/abstract-wc-settings-api.php
Lines: 1 to 3 of 3
public function get_field_key( $key ) { return $this->plugin_id . $this->id . '_' . $key; }