Thanks for reply..
I found in custom.php same code available...
But now I have 1 confusion.. I have to modify meta tag in head.php or in custom.php..
Actually I have modified robots meta tag and added below code in head.php
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<!-- Open Graph -->
<meta property="og:title" content="<?php echo osc_esc_html(meta_title()); ?>">
<meta property="og:description" content="<?php echo osc_esc_html(meta_description()); ?>">
<!-- Twitter -->
<meta name="twitter:title" content="<?php echo osc_esc_html(meta_title()); ?>">
<meta name="twitter:description" content="<?php echo osc_esc_html(meta_description()); ?>">