Example #1
0
 function update_value($value, $post_id, $field)
 {
     $value = parent::update_value($value, $post_id, $field);
     return qtrans_join($value);
 }
Example #2
0
 function format_value_for_api($value, $post_id, $field)
 {
     $value = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($value);
     return parent::format_value_for_api($value, $post_id, $field);
 }