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