restore_current_locale

Advertisement

Summery Summery

Restores the translations according to the original locale.

Syntax Syntax

restore_current_locale()

Return Return

(string|false) Locale on success, false on error.

Source Source

File: wp-includes/l10n.php

		echo $output;
	}

	return $output;
}

Advertisement

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Advertisement

Leave a Reply