Returns a data structure used in theme.json translation.
Source
public static function get_fields_to_translate() {
_deprecated_function( __METHOD__, '5.9.0' );
return array();
}
CARVIEW |
This method has been deprecated.
Returns a data structure used in theme.json translation.
public static function get_fields_to_translate() {
_deprecated_function( __METHOD__, '5.9.0' );
return array();
}
Uses | Description |
---|---|
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.