Title: 6.5.0 | Page 9 of 11 | Developer.WordPress.org

---

# New and updated in 6.5.0

Functions

Hooks

Classes

Methods

 * method[WP_Translation_File::parse_file()](https://developer.wordpress.org/reference/classes/wp_translation_file/parse_file/)
 * Parses the file.
 * Used by [4 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/parse_file/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/parse_file/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:302](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L302-L302)
 * method[WP_Translation_File::export()](https://developer.wordpress.org/reference/classes/wp_translation_file/export/)
 * Exports translation contents as a string.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/export/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/export/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:311](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L311-L311)
 * method[WP_Translation_File::error()](https://developer.wordpress.org/reference/classes/wp_translation_file/error/)
 * Returns the current error information.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/error/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/error/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:178](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L178-L180)
 * method[WP_Translation_File::get_file()](https://developer.wordpress.org/reference/classes/wp_translation_file/get_file/)
 * Returns the file name.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/get_file/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/get_file/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:189](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L189-L191)
 * method[WP_Translation_File::translate()](https://developer.wordpress.org/reference/classes/wp_translation_file/translate/)
 * Translates a given string.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/translate/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_translation_file/translate/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:201](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L201-L207)
 * method[WP_Translation_File::get_plural_form()](https://developer.wordpress.org/reference/classes/wp_translation_file/get_plural_form/)
 * Returns the plural form for a given number.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/get_plural_form/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/get_plural_form/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:217](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L217-L240)
 * method[WP_Translation_File::__construct()](https://developer.wordpress.org/reference/classes/wp_translation_file/__construct/)
 * Constructor.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/__construct/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/__construct/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:71](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L71-L73)
 * method[WP_Translation_File::create()](https://developer.wordpress.org/reference/classes/wp_translation_file/create/)
 * Creates a new WP_Translation_File instance for a given file.
 * Used by [2 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/create/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/create/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:84](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L84-L104)
 * method[WP_Translation_File::transform()](https://developer.wordpress.org/reference/classes/wp_translation_file/transform/)
 * Creates a new WP_Translation_File instance for a given file.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/transform/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_translation_file/transform/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:115](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L115-L140)
 * method[WP_Translation_File::headers()](https://developer.wordpress.org/reference/classes/wp_translation_file/headers/)
 * Returns all headers.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/headers/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_translation_file/headers/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:149](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L149-L154)
 * method[WP_Translation_File::entries()](https://developer.wordpress.org/reference/classes/wp_translation_file/entries/)
 * Returns all entries.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/entries/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_translation_file/entries/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:163](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L163-L169)
 * method[WP_Translation_File_MO::export()](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/export/)
 * Exports translation contents as a string.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/export/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/export/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file-mo.php:188](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file-mo.php#L188-L238)
 * class[WP_Translation_File](https://developer.wordpress.org/reference/classes/wp_translation_file/)
 * Class WP_Translation_File.
 * Used by [2 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file.php:15](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file.php#L15-L312)
 * method[WP_Translation_File_MO::parse_file()](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/parse_file/)
 * Parses the file.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/parse_file/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/parse_file/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file-mo.php:90](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file-mo.php#L90-L179)
 * method[WP_Translation_File_PHP::export()](https://developer.wordpress.org/reference/classes/wp_translation_file_php/export/)
 * Exports translation contents as a string.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file_php/export/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_translation_file_php/export/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file-php.php:47](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file-php.php#L47-L51)
 * method[WP_Translation_File_PHP::var_export()](https://developer.wordpress.org/reference/classes/wp_translation_file_php/var_export/)
 * Outputs or returns a parsable string representation of a variable.
 * Used by [2 functions](https://developer.wordpress.org/reference/classes/wp_translation_file_php/var_export/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_translation_file_php/var_export/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file-php.php:64](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file-php.php#L64-L78)
 * class[WP_Translation_File_MO](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/)
 * Class WP_Translation_File_MO.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file-mo.php:15](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file-mo.php#L15-L239)
 * method[WP_Translation_File_MO::detect_endian_and_validate_file()](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/detect_endian_and_validate_file/)
 * Detects endian and validates file.
 * Used by [1 function](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/detect_endian_and_validate_file/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file_mo/detect_endian_and_validate_file/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file-mo.php:44](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file-mo.php#L44-L81)
 * function[unregister_block_bindings_source()](https://developer.wordpress.org/reference/functions/unregister_block_bindings_source/)
 * Unregisters a block bindings source.
 * Used by [0 functions](https://developer.wordpress.org/reference/functions/unregister_block_bindings_source/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/unregister_block_bindings_source/#uses)
   | Source: [wp-includes/block-bindings.php:106](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/block-bindings.php#L106-L108)
 * function[get_all_registered_block_bindings_sources()](https://developer.wordpress.org/reference/functions/get_all_registered_block_bindings_sources/)
 * Retrieves the list of all registered block bindings sources.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_all_registered_block_bindings_sources/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_all_registered_block_bindings_sources/#uses)
   | Source: [wp-includes/block-bindings.php:117](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/block-bindings.php#L117-L119)
 * function[get_block_bindings_source()](https://developer.wordpress.org/reference/functions/get_block_bindings_source/)
 * Retrieves a registered block bindings source.
 * Used by [1 function](https://developer.wordpress.org/reference/functions/get_block_bindings_source/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/get_block_bindings_source/#uses)
   | Source: [wp-includes/block-bindings.php:129](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/block-bindings.php#L129-L131)
 * class[WP_Translation_File_PHP](https://developer.wordpress.org/reference/classes/wp_translation_file_php/)
 * Class WP_Translation_File_PHP.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file_php/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_translation_file_php/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file-php.php:15](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file-php.php#L15-L79)
 * method[WP_Translation_File_PHP::parse_file()](https://developer.wordpress.org/reference/classes/wp_translation_file_php/parse_file/)
 * Parses the file.
 * Used by [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file_php/parse_file/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_translation_file_php/parse_file/#uses)
   | Source: [wp-includes/l10n/class-wp-translation-file-php.php:21](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/l10n/class-wp-translation-file-php.php#L21-L38)
 * function[register_block_bindings_source()](https://developer.wordpress.org/reference/functions/register_block_bindings_source/)
 * Registers a new block bindings source.
 * Used by [4 functions](https://developer.wordpress.org/reference/functions/register_block_bindings_source/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/functions/register_block_bindings_source/#uses)
   | Source: [wp-includes/block-bindings.php:94](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/block-bindings.php#L94-L96)
 * method[WP_HTML_Tag_Processor::get_token_type()](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_token_type/)
 * Indicates the kind of matched token, if any.
 * Used by [1 function](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_token_type/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_token_type/#uses)
   | Source: [wp-includes/html-api/class-wp-html-tag-processor.php:3378](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/html-api/class-wp-html-tag-processor.php#L3378-L3389)
 * method[WP_HTML_Tag_Processor::get_token_name()](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_token_name/)
 * Returns the node name represented by the token.
 * Used by [3 functions](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_token_name/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_token_name/#uses)
   | Source: [wp-includes/html-api/class-wp-html-tag-processor.php:3411](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/html-api/class-wp-html-tag-processor.php#L3411-L3436)
 * method[WP_HTML_Tag_Processor::get_comment_type()](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_comment_type/)
 * Indicates what kind of comment produced the comment node.
 * Used by [3 functions](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_comment_type/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_comment_type/#uses)
   | Source: [wp-includes/html-api/class-wp-html-tag-processor.php:3457](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/html-api/class-wp-html-tag-processor.php#L3457-L3463)
 * method[WP_HTML_Tag_Processor::get_modifiable_text()](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_modifiable_text/)
 * Returns the modifiable text for a matched token, or an empty string.
 * Used by [2 functions](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_modifiable_text/#used-by)
   | Uses [3 functions](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/get_modifiable_text/#uses)
   | Source: [wp-includes/html-api/class-wp-html-tag-processor.php:3631](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/html-api/class-wp-html-tag-processor.php#L3631-L3709)
 * method[WP_HTML_Tag_Processor::next_token()](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/next_token/)
 * Finds the next token in the HTML document.
 * Used by [3 functions](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/next_token/#used-by)
   | Uses [1 function](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/next_token/#uses)
   | Source: [wp-includes/html-api/class-wp-html-tag-processor.php:934](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/html-api/class-wp-html-tag-processor.php#L934-L936)
 * method[WP_HTML_Tag_Processor::base_class_next_token()](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/base_class_next_token/)
 * Internal method which finds the next token in the HTML document.
 * Used by [2 functions](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/base_class_next_token/#used-by)
   | Uses [7 functions](https://developer.wordpress.org/reference/classes/wp_html_tag_processor/base_class_next_token/#uses)
   | Source: [wp-includes/html-api/class-wp-html-tag-processor.php:953](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/html-api/class-wp-html-tag-processor.php#L953-L1142)

 [Previous Page](https://developer.wordpress.org/reference/since/6.5.0/page/8/?output_format=md)

[1](https://developer.wordpress.org/reference/since/6.5.0/?output_format=md) … [7](https://developer.wordpress.org/reference/since/6.5.0/page/7/?output_format=md)
[8](https://developer.wordpress.org/reference/since/6.5.0/page/8/?output_format=md)
9 [10](https://developer.wordpress.org/reference/since/6.5.0/page/10/?output_format=md)
[11](https://developer.wordpress.org/reference/since/6.5.0/page/11/?output_format=md)

 [Next Page](https://developer.wordpress.org/reference/since/6.5.0/page/10/?output_format=md)