Jetpack::plugin_textdomain PHP 메소드

plugin_textdomain() 공개 정적인 메소드

Load language files
public static plugin_textdomain ( )
    public static function plugin_textdomain()
    {
        // Note to self, the third argument must not be hardcoded, to account for relocated folders.
        load_plugin_textdomain('jetpack', false, dirname(plugin_basename(JETPACK__PLUGIN_FILE)) . '/languages/');
    }
Jetpack