Resets the cache for the default labels.
Source
public static function reset_default_labels() {
self::$default_labels = array();
}
Changuelog
| Versionen | Description |
|---|---|
| 6.0.0 | Introduced. |
Resets the cache for the default labels.
public static function reset_default_labels() {
self::$default_labels = array();
}
| Versionen | Description |
|---|---|
| 6.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.