888* @since 6.1.0 Added the `$reloadable` parameter.889*890* @param bool$override Whether to override the text domain unloading.Defaultfalse.891* @param string$domain Text domain. Unique identifier for retrieving translated strings.892* @param bool$reloadable Whether the text domain can be loaded just-in-time again.893*/894$plugin_override=apply_filters('override_unload_textdomain',false,$domain,$reloadable);895896if($plugin_override){897if(!$reloadable){898$l10n_unloaded[$domain]=true;899}900
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.