MCQs > IT & Programming > JavaScript > Which will correctly load localized (translated) text for a WordPress plugin?

JavaScript MCQs

Which of the following will correctly load localized (translated) text for a WordPress plugin?

Answer

Correct Answer: function custom_theme_setup() { $lang_dir = get_template_directory() . '/lang'); load_theme_textdomain('tutsplus', $lang_dir); } add_action('after_setup_theme', 'custom_theme_setup');

Explanation:

Note: This Question is unanswered, help us to find answer for this one

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

JavaScript Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it