My website is WordPress based and before website starts its coming with a code
"/> what should I do?
[Check this photo at top right corner][1]
[1]: https://i.stack.imgur.com/MBrCe.jpg
代码是:
<?php
?><!DOCTYPE html>
<?php
if( $_GET && key_exists('mfn-rtl', $_GET) ):
echo '<html class="no-js" lang="ar" dir="rtl">';
else:
?>
<html class="no-js<?php echo mfn_user_os(); ?>" <?php language_attributes(); ?><?php mfn_tag_schema(); ?>>
<?php endif; ?>
<!-- head -->
<head>
<!-- meta -->
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<?php
if( mfn_opts_get('responsive') ){
if( mfn_opts_get('responsive-zoom') ){
echo '<meta name="viewport" content="width=device-width, initial-scale=1" />';
} else {
echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />';
}
}
?>
它只是wordpress主题头文件。 BeTheme 我已经发布了一半的代码,我对其进行了编辑,然后删除了该代码 只是元描述而已。