PATH:
var
/
www
/
clients
/
client1
/
web1
/
web
/
wp-content
/
sitepress-multilingual-cms
/
classes
/
translation-jobs
<?php class WPML_TM_Translator_Note { const META_FIELD_KEY = '_icl_translator_note'; public static function get( $post_id ) { return get_post_meta( $post_id, self::META_FIELD_KEY, true ); } public static function update( $post_id, $note ) { update_post_meta( $post_id, self::META_FIELD_KEY, $note ); } }
[-] ExtraFieldDataInEditor.php
[edit]
[-] class-wpml-element-translation-package.php
[edit]
[-] class-wpml-tm-field-type-encoding.php
[edit]
[-] class-wpml-tm-job-layout.php
[edit]
[-] class-wpml-tm-job-action-factory.php
[edit]
[+]
Dispatch
[-] class-wpml-tm-unsent-jobs.php
[edit]
[-] ExtraFieldDataInEditorFactory.php
[edit]
[-] FieldId.php
[edit]
[-] TermMeta.php
[edit]
[-] class-wpml-tm-translator-note.php
[edit]
[+]
..
[-] class-wpml-tm-job-action.php
[edit]
[-] Utils.php
[edit]
[-] class-wpml-tm-field-content-action.php
[edit]
[+]
notices