* * By KRATZ Geoffrey AKA Jul6art AKA VanIllaSkype * for VsWeb * * https://vsweb.be * admin@vsweb.be * * Special thanks to Brynnlow * for his contribution * * It is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License, either version 2 * of the License, or any later version. * * For the full copyright and license information, please read the * LICENSE.txt file that was distributed with this source code. * * The flex one, in a flex world * * __ __ ___ __ __ __ ____ * \ \ / / / __| \ \ / \ / / | __\ __ * \ \/ / _ \__ \ _ \ \/ /\ \/ / | __| | _\ * \__/ (_) |___/ (_) \__/ \__/ | __/ |___/ * * https://vsweb.be * */ if ( ! function_exists( 'materialize_template_the_custom_logo' ) ) : /** * Displays the optional custom logo. * Does nothing if the custom logo is not available. */ function materialize_template_the_custom_logo() { if ( function_exists( 'the_custom_logo' ) ) { the_custom_logo(); } } endif;