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