unload_textdomain
unload_textdomain ( $domain, $reloadable = false )
Parameters:- (string) domain Text domain. Unique identifier for retrieving translated strings.
- (bool) reloadable Whether the text domain can be loaded just-in-time again.
Returns:- (bool) Whether textdomain was unloaded.
Defined at:Change Log: - Introduced in WordPress: 3.0.0
- Deprecated in WordPress: —
Description
Unloads translations for a text domain.