Why use if function_exists?

I noticed a lot of developers of WordPress themes would use this in functions.php if (function_exists(‘register_nav_menus’)) { register_nav_menus (array(‘primary’ => ‘Header Navigation’)); } … Read more