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