コード例 #1
0
 /**
  * Get the value of an option from the db.
  *
  * @var 	string	the ID of the configuration corresponding to this field
  * @var		string	the field_id (defined as 'settings' in the field arguments)
  *
  * @return 	mixed 	the saved value of the field.
  *
  */
 public static function get_option($config_id = '', $field_id = '')
 {
     return Lessekirki_Values::get_value($config_id, $field_id);
 }