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.

Top ↑

Source

File: wp-includes/l10n.php. View all references

do_action( 'unload_textdomain', $domain, $reloadable );


Top ↑

Changelog

Changelog
Version Description
6.1.0 Added the $reloadable parameter.
3.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.