{"id":38706,"date":"2015-09-07T22:09:15","date_gmt":"2015-09-07T22:09:15","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/debug-mo-translations\/"},"modified":"2025-11-27T16:46:26","modified_gmt":"2025-11-27T16:46:26","slug":"debug-mo-translations","status":"publish","type":"plugin","link":"https:\/\/ml.wordpress.org\/plugins\/debug-mo-translations\/","author":6788224,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.3.1","stable_tag":"1.3.1","tested":"6.9.4","requires":"4.6","requires_php":"","requires_plugins":null,"header_name":"Debug MO Translations","header_author":"closemarketing","header_description":"","assets_banners_color":"d6dfed","last_updated":"2025-11-27 16:46:26","external_support_url":"","external_repository_url":"https:\/\/github.com\/closemarketing\/debug-mo-translations","donate_link":"https:\/\/close.marketing\/go\/donate\/","header_plugin_uri":"https:\/\/github.com\/closemarketing\/debug-mo-translations","header_author_uri":"https:\/\/close.marketing\/","rating":5,"author_block_rating":0,"active_installs":10,"downloads":7683,"num_ratings":10,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0":{"tag":"1.0","author":"closemarketing","date":"2020-02-21 11:49:49"},"1.1":{"tag":"1.1","author":"closemarketing","date":"2022-02-16 12:51:11"},"1.2":{"tag":"1.2","author":"closemarketing","date":"2021-11-17 10:50:57"},"1.3":{"tag":"1.3","author":"closemarketing","date":"2024-07-28 10:59:49"},"1.3.1":{"tag":"1.3.1","author":"closemarketing","date":"2025-11-27 16:46:26"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":10},"assets_icons":{"icon-158x158.png":{"filename":"icon-158x158.png","revision":2631931,"resolution":"158x158","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":2631931,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2631931,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2631931,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3404278,"resolution":false,"location":"assets","locale":"","contents":"{\"$schema\":\"https:\\\/\\\/playground.wordpress.net\\\/blueprint-schema.json\",\"landingPage\":\"\\\/wp-admin\\\/index.php\",\"steps\":[{\"step\":\"installPlugin\",\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"debug-mo-translations\"},\"options\":{\"activate\":true}},{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"}]}"}},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3","1.3.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2631931,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":2631931,"resolution":"2","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[94,8583,2343,95,3917],"plugin_category":[43],"plugin_contributors":[81627,131625,205204,87581],"plugin_business_model":[216239],"class_list":["post-38706","plugin","type-plugin","status-publish","hentry","plugin_tags-debug","plugin_tags-languages","plugin_tags-mo","plugin_tags-translate","plugin_tags-translations","plugin_category-customization","plugin_contributors-closemarketing","plugin_contributors-davidperez","plugin_contributors-manurelano","plugin_contributors-pedromendonca","plugin_business_model-community","plugin_committers-closemarketing","plugin_committers-davidperez"],"banners":{"banner":"https:\/\/ps.w.org\/debug-mo-translations\/assets\/banner-772x250.png?rev=2631931","banner_2x":"https:\/\/ps.w.org\/debug-mo-translations\/assets\/banner-1544x500.png?rev=2631931","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/debug-mo-translations\/assets\/icon-256x256.png?rev=2631931","icon_2x":"https:\/\/ps.w.org\/debug-mo-translations\/assets\/icon-256x256.png?rev=2631931","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/debug-mo-translations\/assets\/screenshot-1.png?rev=2631931","caption":""},{"src":"https:\/\/ps.w.org\/debug-mo-translations\/assets\/screenshot-2.png?rev=2631931","caption":""}],"raw_content":"<!--section=description-->\n<p>It gives you more information about all domains and translated mo files loaded in the actual installation, so you can debug what's the problem with a plugin, theme, etc.<\/p>\n\n<p>Only shows the debug info if you're logged in in the footer.<\/p>\n\n<p>You'll have a info of all plugins loaded, textdomain used, if file is found and then the path where is the function of theme or plugin loaded. You can see the screenshots.<\/p>\n\n<h3>Developers<\/h3>\n\n<p><a href=\"https:\/\/github.com\/closemarketing\/debug-mo-translations\">Official Repository GitHub<\/a><\/p>\n\n<h3>Links<\/h3>\n\n<ul>\n<li><a href=\"https:\/\/close.marketing\/\">Closemarketing<\/a><\/li>\n<li><a href=\"https:\/\/profiles.wordpress.org\/closemarketing\/#content-plugins\">Closemarketing plugins<\/a><\/li>\n<li><a href=\"https:\/\/twitter.com\/pedro_gaspar\">Pedro Mendon\u00e7a<\/a><\/li>\n<\/ul>\n\n<!--section=installation-->\n<p>Extract the zip file and just drop the contents in the wp-content\/plugins\/ directory of your WordPress installation and then activate the Plugin from Plugins page.<\/p>\n\n<!--section=changelog-->\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>Fix load self translations.<\/li>\n<li>PHP Coding standards by <a href=\"https:\/\/github.com\/mayakokits\">mayakokits<\/a>.<\/li>\n<li>Updated versions of WordPress and PHP.<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Contributions from pedromendonca (Thanks!): Better output in admin and frontend (see screenshots!).<\/li>\n<li>Make translatable the plugin.<\/li>\n<li>PHP Coding standards.<\/li>\n<li>New design for the plugin.<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Contributions from pedromendonca (Thanks!): Use in_admin_footer and wp_frontend hooks instead of shutdown hook and Prepare plugin for i18n.<\/li>\n<li>MultilingualPress supported.<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Fixed Return early during AJAX requests by <a href=\"https:\/\/github.com\/nickcernis\">Nickcernis<\/a>.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First released.<\/li>\n<\/ul>","raw_excerpt":"Debugs all translated files that are loaded and not in WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/38706","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=38706"}],"author":[{"embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/closemarketing"}],"wp:attachment":[{"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=38706"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=38706"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=38706"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=38706"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=38706"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ml.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=38706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}