WP_Translation_File::export()
Exports translation contents as a string.
Method of the class: WP_Translation_File{}
No Hooks.
Return
String
. Translation file contents.
Usage
$WP_Translation_File = new WP_Translation_File(); $WP_Translation_File->export();
Changelog
Since 6.5.0 | Introduced. |
WP_Translation_File::export() WP Translation File::export code WP 6.7.1
abstract public function export();