do_action( 'unload_textdomain', string $domain , bool $reloadable )
Fires before the text domain is unloaded.
Parameters
-
$domain
string -
Text domain. Unique identifier for retrieving translated strings.
-
$reloadable
bool -
Whether the text domain can be loaded just-in-time again.
Source
File: wp-includes/l10n.php
.
View all references
do_action( 'unload_textdomain', $domain, $reloadable );
Changelog
Version | Description |
---|---|
6.1.0 | Added the $reloadable parameter. |
3.0.0 | Introduced. |