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
do_action( 'unload_textdomain', $domain, $reloadable );
User Contributed Notes
You must log in before being able to contribute a note or feedback.