742*743* @param bool|null$loaded The result of loading a .mo file.Defaultnull.744* @param string$domain Text domain. Unique identifier for retrieving translated strings.745* @param string$mofile Path to the MO file.746* @param string|null$locale Locale.747*/748$loaded=apply_filters('pre_load_textdomain',null,$domain,$mofile,$locale);749if(null!==$loaded){750if(true===$loaded){751unset($l10n_unloaded[$domain]);752}753754return$loaded;
History
Introduced in 6.3.0. Unchanged from 6.7.7 through 7.1.0.