On this page
Translation_Entry::Translation_Entry( $args = array() )
This method has been deprecated. Use Translation_Entry::__construct() instead.
PHP4 constructor.
Description
See also
Source
File: wp-includes/pomo/entry.php. View all references
public function Translation_Entry( $args = array() ) {
_deprecated_constructor( self::class, '5.4.0', static::class );
self::__construct( $args );
}
Related
Uses
| Uses | Description |
|---|---|
| _deprecated_constructor() wp-includes/functions.php | Marks a constructor as deprecated and informs when it has been used. |
| Translation_Entry::__construct() wp-includes/pomo/entry.php |
Changelog
| Version | Description |
|---|---|
| 5.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/translation_entry/translation_entry