MCQs > IT & Programming > Drupal > Which code can be used to remove the strange text of Taxonomy Term?

Drupal MCQs

Which code can be used to remove the strange text of Taxonomy Term?

Answer

Correct Answer: function THEME_preprocess_page(&$vars) { if(isset($vars['page']['content']['system_main']['no_content'])) { unset($vars['page']['content']['system_main']['no_content']); } } function THEME_preprocess_page(&$vars) {

Explanation:

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

Drupal Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Drupal Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it