WC_Settings_API::get_field_key( string $key )

Prefix key for settings.


Description Description


Parameters Parameters

$key

(Required) Field key.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-settings-api.php

	public function get_field_key( $key ) {
		return $this->plugin_id . $this->id . '_' . $key;
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.