/**
Theme Name: Escape2Adk
Author: Escape2Adk
Author URI: https://escape2adk.com
Description: Development Child for Escape
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: escape2adk
Template: astra
*/
add_action('wp_head', 'add_bing_verification_meta');
function add_bing_verification_meta() {
    if ( is_front_page() ) {
        ?>
        <!-- Paste your Bing Meta Tag directly below this line -->
        <meta name="msvalidate.01" content="581C2957ADA7FA1C9E60C33BD4FB6639" />
        <?php
    }
}