Tagged Questions
1
vote
1answer
124 views
Action hook load_textdomain $domain variable
I use the load_textdomain action hook to list all active localization text domains with corresponding path to translation files.
function mo_location( $domain, $mofile ) {
if ( ...