get('Version') ); } require NEXPROPERTY_THEME_DIRECTORY . '/includes/autoload.php'; function nexproperty_custom_logo (){ $return = false; if(get_theme_mod( 'custom_logo' )) { $custom_logo__url = wp_get_attachment_image_src( get_theme_mod( 'custom_logo' ), 'full' ); if (isset($custom_logo__url[0]) && substr_count($custom_logo__url[0], 'media/default.png') == 0) { $return = $custom_logo__url[0]; } } return $return; } /** * Fix skip link focus in IE11. * * This does not enqueue the script because it is tiny and because it is only for IE11, * thus it does not warrant having an entire dedicated blocking script being loaded. * * @link https://git.io/vWdr2 */ function nexproperty_skip_link_focus_fix() { // The following is minified via `terser --compress --mangle -- js/skip-link-focus-fix.js`. ?>