WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about unload_textdomain

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/l10n.php do_action 836 /**
* Fires before the text domain is unloaded.
*
* @since 3.0.0
* @since 6.1.0 Added the `$reloadable` parameter.
*
* @param string $domain Text domain. Unique identifier for retrieving translated strings.
* @param bool $reloadable Whether the text domain can be loaded just-in-time again.
*/

Hook Parameters

Parameter Type Name Description
string $domain Text domain. Unique identifier for retrieving translated strings.
bool $reloadable Whether the text domain can be loaded just-in-time again.