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