section and everything up until
* * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package materializer * @author bdpweb.it */ /** * We let the IDE know that we know what we are doing * those are WP related functions * and remove the undefined function error notice */ if (function_exists('language_attributes') && function_exists('bloginfo') && function_exists('wp_head') && function_exists('body_class') && function_exists('get_theme_mod') && function_exists('wp_get_attachment_image_src') && function_exists('is_front_page') && function_exists('is_home') && function_exists('esc_url') && function_exists('home_url') && function_exists('wp_nav_menu') && function_exists('esc_html_e') ) { ?> >