MCQs > IT & Programming > WordPress > To improve WordPress security it is advisable to completely remove your WordPress version number from both your head file and RSS feeds. Which of the following methods achieves this.

WordPress MCQs

To improve WordPress security it is advisable to completely remove your WordPress version number from both your head file and RSS feeds. Which of the following methods achieves this.

Answer

Correct Answer: Add the following function to your functions.php file: function 123qaz_remove_version() { 2 return ''; 3 } 4 add_filter('the_generator', '123qaz_remove_version');

Explanation:

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

WordPress Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

WordPress Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it