778*779* @since 2.9.0780*781* @param string$domain Text domain. Unique identifier for retrieving translated strings.782* @param string$mofile Path to the .mo file.783*/784do_action('load_textdomain',$domain,$mofile);785786/**787* Filters MO file path for loading translations for a specific text domain.788*789* @since 2.9.0790*
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.